Created
October 7, 2016 09:00
-
-
Save invkrh/cf8d027eca11ab2b046c4408a7e5d598 to your computer and use it in GitHub Desktop.
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
# Example .scalafmt, comments are supported. | |
style = default | |
maxColumn = 100 | |
docstrings = JavaDoc | |
continuationIndent.defnSite = 2 | |
continuationIndent.callSite = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment