Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 7347958

Browse files
committed
Include .settings folder
1 parent 2fe97a5 commit 7347958

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ target
22
bin
33
.cache-main
44
.cache-tests
5-
.settings
65
.attach_pid*
76
**/*.tmpBin
87
*.swp
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Generated by sbteclipse
2+
#Thu Oct 13 18:48:15 CEST 2016
3+
encoding/<project>=UTF-8
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
//src/main/scala=main
2+
//src/main/scala-2.12=main
3+
//src/test/java=tests
4+
//src/test/scala=tests
5+
//src/test/scala-2.12=tests
6+
P=
7+
Xcheckinit=false
8+
Xdisable-assertions=false
9+
Xelide-below=-2147483648
10+
Xexperimental=false
11+
Xfatal-warnings=true
12+
Xfuture=true
13+
Xlog-implicits=false
14+
Xno-uescape=false
15+
Xplugin=
16+
Xplugin-disable=
17+
Xplugin-require=
18+
Xpluginsdir=misc/scala-devel/plugins
19+
Ypresentation-debug=false
20+
Ypresentation-delay=0
21+
Ypresentation-log=
22+
Ypresentation-replay=
23+
Ypresentation-verbose=false
24+
Ywarn-dead-code=true
25+
apiDiff=false
26+
compileorder=Mixed
27+
deprecation=true
28+
eclipse.preferences.version=1
29+
explaintypes=false
30+
feature=true
31+
g=vars
32+
no-specialization=false
33+
nowarn=false
34+
optimise=false
35+
recompileOnMacroDef=true
36+
relationsDebug=false
37+
scala.compiler.additionalParams=-deprecation\:false -encoding UTF-8 -feature -language\:_ -Xlint\:-unused,_ -Yno-adapted-args -Ywarn-unused-import -Ywarn-unused\:imports,privates,locals,-patvars,-params,-implicits,_
38+
scala.compiler.installation=2.12
39+
scala.compiler.sourceLevel=2.12
40+
scala.compiler.useProjectSettings=true
41+
stopBuildOnError=true
42+
target=jvm-1.8
43+
unchecked=true
44+
useScopesCompiler=true
45+
verbose=false
46+
withVersionClasspathValidator=false

0 commit comments

Comments
 (0)