-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scalafmt.conf
More file actions
44 lines (44 loc) · 732 Bytes
/
Copy path.scalafmt.conf
File metadata and controls
44 lines (44 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
maxColumn = 160
align = most
danglingParentheses = true
project.git = true
newlines.alwaysBeforeTopLevelStatements = true
rewrite.rules = [AvoidInfix, RedundantParens, PreferCurlyFors]
runner.optimizer.forceConfigStyleMinArgCount = 1
runner.fatalWarnings = true
rewrite.redundantBraces.maxLines = 0
rewrite.redundantBraces.stringInterpolation = true
rewrite.redundantBraces.generalExpressions = false
rewrite.neverInfix.excludeFilters = [
until
to
by
eq
ne
"should.*"
"contain.*"
"must.*"
in
be
taggedAs
thrownBy
synchronized
have
when
# Elastic4s
get
id
from
sort
field
order
# Regex tester
body
should
fullyMatch
regex
pattern
]
project.includeFilters = [
".*\\.scala$"
]