forked from twitter/rsc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.scalafmt.conf
28 lines (28 loc) · 852 Bytes
/
.scalafmt.conf
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
style = default
align.openParenCallSite=false
align.openParenDefnSite=false
align.tokens = []
assumeStandardLibraryStripMargin = true
binPack.parentConstructors = false
danglingParentheses = false
docstrings = JavaDoc
maxColumn = 100
project.excludeFilters = [
"examples/.*",
".*/jardiff/.*",
"scalafix/input/.*",
"scalafix/output/.*",
".*/target/.*",
".*/sandbox/.*",
"rsc/src/main/scala/rsc/classpath/Classpath.scala",
"rsc/src/main/scala/rsc/outline/Outliner.scala",
"rsc/src/main/scala/rsc/scan/scala/Xml.scala",
"scala/meta/internal/scalasig/ScalasigCodec.scala",
"scala/meta/scalasig/highlevel/Entities.scala",
"scala/meta/scalasig/lowlevel/Entities.scala",
]
optIn.annotationNewlines = true
optIn.breakChainOnFirstMethodDot = true
optIn.selfAnnotationNewline = true
project.git = false
spaces.inImportCurlyBraces = false