Move line split in eclipse back to 140 characters
Now that we've moved checkstyle back to 140 we should move the split.
This commit is contained in:
parent
d5512d6319
commit
76603d4413
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue