11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
|
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
|