set line lengths for comments equal to code (#35984)
eclipse (default) wraps code comments at 80 characters, this change sets line length for code comments equal to code == 140.
This commit is contained in:
parent
1f25a0bd31
commit
8e86340d1d
|
@ -16,6 +16,7 @@ eclipse.preferences.version=1
|
||||||
# org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
|
# org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
|
||||||
|
|
||||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||||
|
org.eclipse.jdt.core.formatter.comment.line_length=140
|
||||||
org.eclipse.jdt.core.formatter.lineSplit=140
|
org.eclipse.jdt.core.formatter.lineSplit=140
|
||||||
org.eclipse.jdt.core.formatter.tabulation.char=space
|
org.eclipse.jdt.core.formatter.tabulation.char=space
|
||||||
org.eclipse.jdt.core.formatter.tabulation.size=4
|
org.eclipse.jdt.core.formatter.tabulation.size=4
|
||||||
|
|
Loading…
Reference in New Issue