Skip to content

Commit

Permalink
set line lengths for comments equal to code (#35984)
Browse files Browse the repository at this point in the history
eclipse (default) wraps code comments at 80 characters, this change sets line length for code comments equal to code == 140.
  • Loading branch information
Hendrik Muhs authored Nov 28, 2018
1 parent 1f25a0b commit 8e86340
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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.comment.line_length=140
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 8e86340

Please sign in to comment.