Skip to content

Commit

Permalink
Move line split in eclipse back to 140 characters
Browse files Browse the repository at this point in the history
Now that we've moved checkstyle back to 140 we should move the
split.
  • Loading branch information
nik9000 committed Apr 11, 2017
1 parent 356e8d4 commit 2da4b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ eclipse.preferences.version=1
# org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning

org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.formatter.lineSplit=100
org.eclipse.jdt.core.formatter.lineSplit=140
org.eclipse.jdt.core.formatter.tabulation.char=space
org.eclipse.jdt.core.formatter.tabulation.size=4

0 comments on commit 2da4b68

Please sign in to comment.