mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 01:48:26 +00:00
Add scalafmt.conf and elm compile options
This commit is contained in:
15
.scalafmt.conf
Normal file
15
.scalafmt.conf
Normal file
@ -0,0 +1,15 @@
|
||||
version = "2.3.0"
|
||||
|
||||
align = most
|
||||
#align.arrowEnumeratorGenerator = true
|
||||
|
||||
maxColumn = 100
|
||||
|
||||
rewrite.rules = [
|
||||
AvoidInfix
|
||||
RedundantBraces
|
||||
RedundantParens
|
||||
AsciiSortImports
|
||||
PreferCurlyFors
|
||||
SortModifiers
|
||||
]
|
Reference in New Issue
Block a user