-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheclipse-java-formatter.xml
More file actions
47 lines (39 loc) · 2.04 KB
/
eclipse-java-formatter.xml
File metadata and controls
47 lines (39 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="org.eclipse.jdt.core.formatter.lineSplit">121</entry>
<entry key="org.eclipse.jdt.core.formatter.comment.line_length">121</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_field">0</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field">do not insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_method">49</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method">insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_type">49</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type">insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_package">49</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package">insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_parameter">0</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter">do not insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.alignment_for_annotations_on_local_variable">0</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable">do not insert</entry>
<entry
key="org.eclipse.jdt.core.formatter.keep_empty_enclosed_body_on_one_line">true</entry>
<entry
key="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body">do not insert</entry>
<entry key="org.eclipse.jdt.core.formatter.tabulation.char">space</entry>
<entry key="org.eclipse.jdt.core.formatter.tabulation.size">2</entry>
<entry key="org.eclipse.jdt.core.formatter.indentation.size">2</entry>
<entry
key="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations">false</entry>
</properties>