Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(java): Add google-java-format formatter #713

Merged
merged 7 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove eclipse-java-google-style.xml
  • Loading branch information
tschaffter committed Sep 17, 2022
commit f98e9146db7da30ceff1969c0218dcc7ed3338f1
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"java.format.enabled": true,
"java.format.settings.url": "eclipse-java-google-style.xml",
"java.checkstyle.configuration": "checkstyle.xml",
"java.checkstyle.version": "10.3",
"java.jdt.ls.java.home": "/usr/lib/jvm/java-17-openjdk-amd64",
Loading