-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from marcospereira/build/prepare-to-release
Prepare for next release
- Loading branch information
Showing
12 changed files
with
370 additions
and
310 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,11 @@ | ||
align = true | ||
assumeStandardLibraryStripMargin = true | ||
danglingParentheses = true | ||
docstrings = JavaDoc | ||
maxColumn = 120 | ||
project.git = true | ||
rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifiers, PreferCurlyFors ] | ||
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] | ||
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } | ||
trailingCommas = preserve | ||
version = 2.2.2 |
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
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,2 +1,3 @@ | ||
addSbtPlugin("com.typesafe.play" % "interplay" % "2.1.1") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0-M5") | ||
addSbtPlugin("com.typesafe.play" % "interplay" % "2.1.2") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.1") |
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
Oops, something went wrong.