-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 22b8b00
Showing
123 changed files
with
9,210 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Eclipse | ||
*.pydevproject | ||
.project | ||
.metadata | ||
bin/** | ||
tmp/** | ||
tmp/**/* | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.classpath | ||
.settings/ | ||
.loadpath | ||
# Emacs | ||
*~ | ||
\#*\# | ||
/.emacs.desktop | ||
/.emacs.desktop.lock | ||
.elc | ||
auto-save-list | ||
tramp | ||
# IntelliJ Idea | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
# Maven | ||
target/ | ||
# NetBeans | ||
nbproject/ | ||
# Vim | ||
.*.sw[a-z] | ||
*.un~ | ||
Session.vim | ||
# Ensime | ||
.ensime | ||
.ensime_cache/ | ||
.ensime*.log | ||
# Windows | ||
Thumbs.db | ||
Desktop.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Only format files tracked by git. | ||
project.git = true | ||
# Default style with align. | ||
style = defaultWithAlign | ||
# Other options... | ||
danglingParentheses = true | ||
maxColumn = 100 | ||
project.excludeFilters = [".*\\.sbt"] | ||
rewrite.rules = [RedundantBraces, RedundantParens, SortImports] | ||
rewriteTokens = { | ||
"=>" = "⇒" | ||
"<-" = "←" | ||
"->" = "→" | ||
} | ||
spaces.inImportCurlyBraces = true | ||
unindentTopLevelOperators = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
language: scala | ||
scala: | ||
- 2.11.11 | ||
jdk: | ||
- oraclejdk8 | ||
script: | ||
- sbt clean coverage test coverageReport | ||
#after_success: | ||
# - bash <(curl -s https://codecov.io/bash) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Corporate Contributors | ||
====================== | ||
|
||
- Copyright (c) 2014 - 2015 Wegtam UG (haftungsbeschränkt) | ||
- Copyright (c) 2015 - 2017 Wegtam GmbH | ||
|
||
Individual Contributors | ||
======================= | ||
|
||
- Jens Grassel | ||
- André Schütz | ||
|
Oops, something went wrong.