Make the eclipse setup fail on unused imports like precommit does.

This commit is contained in:
Adrien Grand 2016-06-20 11:07:08 +02:00
parent c52a71797d
commit 7d296fe286
1 changed files with 1 additions and 0 deletions

View File

@ -304,3 +304,4 @@ org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
org.eclipse.jdt.core.compiler.problem.unusedImport=error