Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clang_format): disable formatting for all Java files #1347

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

Jint-lzxy
Copy link
Collaborator

This commit disables clang_format for all Java files. The main reason is to ensure that formatting is managed by jdtls, which adheres to a widely accepted standard. Given that Java developers have a strong preference for this approach, it makes more sense to let a Java-specific language server handle the formatting rather than relying on a more general-purpose formatter like clang_format.

@ayamir ayamir merged commit 709bff0 into main Sep 7, 2024
4 checks passed
@ayamir ayamir deleted the feat/clang_format-x-java branch September 7, 2024 13:29
This was referenced Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants