11 lines
407 B
INI
11 lines
407 B
INI
eclipse.preferences.version=1
|
|
# We target Java 1.6
|
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
|
org.eclipse.jdt.core.compiler.compliance=1.6
|
|
org.eclipse.jdt.core.compiler.source=1.6
|
|
# Lines should be splitted at 140 chars
|
|
org.eclipse.jdt.core.formatter.lineSplit=140
|
|
# Indentation is 4 spaces
|
|
org.eclipse.jdt.core.formatter.tabulation.char=space
|
|
org.eclipse.jdt.core.formatter.tabulation.size=4
|