Add scalafmt.conf and elm compile options

This commit is contained in:
Eike Kettner
2019-12-29 20:52:43 +01:00
parent a9e70401de
commit 546f1a6ee3
6 changed files with 53 additions and 11 deletions

15
.scalafmt.conf Normal file
View File

@ -0,0 +1,15 @@
version = "2.3.0"
align = most
#align.arrowEnumeratorGenerator = true
maxColumn = 100
rewrite.rules = [
AvoidInfix
RedundantBraces
RedundantParens
AsciiSortImports
PreferCurlyFors
SortModifiers
]