File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <profiles version =" 21" >
3+ <profile kind =" CodeFormatterProfile" name =" Custom" version =" 21" >
4+ <setting id =" org.eclipse.jdt.core.formatter.lineSplit" value =" 80" />
5+ <setting id =" org.eclipse.jdt.core.formatter.wrap_before_array_initializer" value =" true" />
6+ <setting id =" org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer"
7+ value =" 48" />
8+ <setting id =" org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation"
9+ value =" 48" />
10+ <setting id =" org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation"
11+ value =" 48" />
12+ <setting id =" org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_declaration"
13+ value =" 48" />
14+
15+ </profile >
16+ </profiles >
Original file line number Diff line number Diff line change 2121 // Java settings for API modules
2222 "java.import.maven.enabled" : true ,
2323 "java.compile.nullAnalysis.mode" : " automatic" ,
24+ "java.format.settings.url" : " ./.vscode/java.format.xml" ,
25+ "java.format.settings.profile" : " Custom" ,
2426 "[java]" : {
25- "editor.defaultFormatter" : " josevseb.google- java-format-for-vs-code " ,
27+ "editor.defaultFormatter" : " redhat. java" ,
2628 },
27- "java.format.enabled" : false ,
2829 "[xml]" : {
30+ "editor.autoClosingBrackets" : " never" ,
31+ "files.trimFinalNewlines" : true ,
2932 "editor.defaultFormatter" : " redhat.vscode-xml" ,
3033 },
3134
7073 " vscjava.vscode-java-debug" ,
7174 " vscjava.vscode-maven" ,
7275 " redhat.vscode-quarkus" ,
73- " josevseb.google-java-format-for-vs-code" ,
7476
7577 // Frontend development
7678 " bradlc.vscode-tailwindcss" ,
You can’t perform that action at this time.
0 commit comments