Add formatter to java
This commit is contained in:
parent
c3315973ca
commit
20e5f8cfb7
@ -12,7 +12,8 @@
|
||||
"clangd.path": "/usr/bin/clangd",
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackArgs": ["-l","100"],
|
||||
"coc.preferences.formatOnSaveFiletypes": ["python"],
|
||||
"java.inlayHints.parameterNames.enabled": "none"
|
||||
"coc.preferences.formatOnSaveFiletypes": ["python", "java", "rust"],
|
||||
"java.inlayHints.parameterNames.enabled": "none",
|
||||
"java.format.settings.url": "/home/alex.selimov/RedTop.xml"
|
||||
}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
set colorcolumn=100
|
||||
set tw=100
|
||||
set colorcolumn=120
|
||||
set tw=120
|
||||
|
Loading…
x
Reference in New Issue
Block a user