Add formatter to java

This commit is contained in:
Alex Selimov 2024-02-09 07:43:00 -05:00
parent c3315973ca
commit 20e5f8cfb7
2 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,8 @@
"clangd.path": "/usr/bin/clangd", "clangd.path": "/usr/bin/clangd",
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.formatting.blackArgs": ["-l","100"], "python.formatting.blackArgs": ["-l","100"],
"coc.preferences.formatOnSaveFiletypes": ["python"], "coc.preferences.formatOnSaveFiletypes": ["python", "java", "rust"],
"java.inlayHints.parameterNames.enabled": "none" "java.inlayHints.parameterNames.enabled": "none",
"java.format.settings.url": "/home/alex.selimov/RedTop.xml"
} }

View File

@ -1,2 +1,2 @@
set colorcolumn=100 set colorcolumn=120
set tw=100 set tw=120