-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
92d1649
commit 274db8e
Showing
7 changed files
with
319 additions
and
244 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
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
/target/ | ||
.idea | ||
.DS_Store | ||
.metals |
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,24 @@ | ||
version = "1.5.1" | ||
style = IntelliJ | ||
|
||
align = none | ||
assumeStandardLibraryStripMargin = false | ||
binPack.literalArgumentLists = true | ||
binPack.parentConstructors = false | ||
continuationIndent.defnSite = 4 | ||
danglingParentheses = true | ||
docstrings = ScalaDoc | ||
includeCurlyBraceInSelectChains = true | ||
lineEndings = unix | ||
maxColumn = 120 | ||
newlines.alwaysBeforeTopLevelStatements = true | ||
newlines.penalizeSingleSelectMultiArgList = false | ||
newlines.sometimesBeforeColonInMethodReturnType = true | ||
optIn.breakChainOnFirstMethodDot = true | ||
project.git = true | ||
rewrite.rules = [ SortImports, PreferCurlyFors ] | ||
spaces.afterKeywordBeforeParen = true | ||
|
||
project.includeFilters = [".*\\.sbt$", ".*\\.scala$"] | ||
project.excludeFilters = [".*\\.scala.html$", "target/.*", "modules/admin/target/.*"] | ||
onTestFailure = "To fix this, run `scalafmt` within sbt or `sbt scalafmt` on the project base directory" |
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
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 |
---|---|---|
@@ -1,4 +1 @@ | ||
#Activator-generated Properties | ||
#Tue Jun 23 14:00:32 EEST 2015 | ||
#template.uuid=7faf8e1e-4e8d-4387-8159-642b50383096 | ||
sbt.version=1.3.5 |
Oops, something went wrong.