Skip to content

Commit

Permalink
Merge pull request junit-team#743 from stefanbirkner/tabulation-char
Browse files Browse the repository at this point in the history
Indent with spaces (not tabs).
  • Loading branch information
kcooney committed Sep 26, 2013
2 parents 9e071a4 + 3bbf829 commit 9917b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .settings/org.eclipse.jdt.core.prefs
Expand Up @@ -351,7 +351,7 @@ org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
org.eclipse.jdt.core.formatter.tabulation.char=tab
org.eclipse.jdt.core.formatter.tabulation.char=space
org.eclipse.jdt.core.formatter.tabulation.size=4
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true

0 comments on commit 9917b9f

Please sign in to comment.