Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
fa7199dd
Commit
fa7199dd
authored
Jul 01, 2015
by
sopov.ivan
Committed by
Phillip Webb
Jul 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Eclipse 4.5 formatter settings
Fixes gh-3384
parent
a1b87766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
eclipse-code-formatter.xml
eclipse/eclipse-code-formatter.xml
+1
-1
org.eclipse.jdt.core.prefs
eclipse/org.eclipse.jdt.core.prefs
+1
-1
No files found.
eclipse/eclipse-code-formatter.xml
View file @
fa7199dd
...
...
@@ -17,7 +17,7 @@
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.format_javadoc_comments"
value=
"true"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indentation.size"
value=
"
8
"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.indentation.size"
value=
"
4
"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments"
value=
"insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments"
value=
"insert"
/>
...
...
eclipse/org.eclipse.jdt.core.prefs
View file @
fa7199dd
...
...
@@ -184,7 +184,7 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
org.eclipse.jdt.core.formatter.indentation.size=
8
org.eclipse.jdt.core.formatter.indentation.size=
4
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment