Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use scalafmt 0.5 #1649

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .scalafmt.conf
@@ -0,0 +1,3 @@
maxColumn = 100
docstrings = JavaDoc
rewrite.rules = [SortImports, RedundantBraces, RedundantParens, PreferCurlyFors]
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -106,6 +106,7 @@ matrix:
- scala: 2.11.8
env: BUILD="test repl and typed tutorials and microsite"
script:
- ./sbt scalafmtTest
- ./sbt ++$TRAVIS_SCALA_VERSION clean docs/makeMicrosite
- "scripts/build_assembly_no_test.sh scalding-repl"
- "scripts/test_repl_tutorial.sh"
Expand Down