-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathjava.format.xml
More file actions
16 lines (15 loc) · 827 Bytes
/
java.format.xml
File metadata and controls
16 lines (15 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<profiles version="21">
<profile kind="CodeFormatterProfile" name="Custom" version="21">
<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="80" />
<setting id="org.eclipse.jdt.core.formatter.wrap_before_array_initializer" value="true" />
<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer"
value="48" />
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation"
value="48" />
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation"
value="48" />
<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_declaration"
value="48" />
</profile>
</profiles>