Skip to content

Commit

Permalink
Eclipse: move print margin to 100 columns
Browse files Browse the repository at this point in the history
This comes "for free" when you run `gradle eclipse`.
  • Loading branch information
nik9000 committed Mar 17, 2017
1 parent b8c352f commit f30f182
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
eclipse.preferences.version=1

# previous configuration from maven build
# this is merged with gradle's generated properties during 'gradle eclipse'

# NOTE: null pointer analysis etc is not enabled currently, it seems very unstable
Expand All @@ -17,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=140
org.eclipse.jdt.core.formatter.lineSplit=100
org.eclipse.jdt.core.formatter.tabulation.char=space
org.eclipse.jdt.core.formatter.tabulation.size=4

0 comments on commit f30f182

Please sign in to comment.