File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <profiles version =" 13" >
3+ <profile kind =" CodeFormatterProfile" name =" Spotless" version =" 13" >
4+ <setting id =" org.eclipse.jdt.core.formatter.tabulation.char" value =" space" />
5+ <setting id =" org.eclipse.jdt.core.formatter.tabulation.size" value =" 2" />
6+ <setting id =" org.eclipse.jdt.core.formatter.indentation.size" value =" 2" />
7+ <setting id =" org.eclipse.jdt.core.formatter.continuation_indentation" value =" 1" />
8+ <setting id =" org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value =" 1" />
9+ <setting id =" org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value =" true" />
10+ <setting id =" org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value =" true" />
11+ <setting id =" org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value =" true" />
12+ <setting id =" org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value =" true" />
13+ <setting id =" org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value =" true" />
14+ <setting id =" org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value =" true" />
15+ <setting id =" org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value =" end_of_line" />
16+ <setting id =" org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value =" end_of_line" />
17+ <setting id =" org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value =" end_of_line" />
18+ <setting id =" org.eclipse.jdt.core.formatter.brace_position_for_block" value =" end_of_line" />
19+ <setting id =" org.eclipse.jdt.core.formatter.brace_position_for_switch" value =" end_of_line" />
20+ </profile >
21+ </profiles >
You can’t perform that action at this time.
0 commit comments