blob: 20d91a464069808b503d3d16977a0667ed77c822 [file] [log] [blame]
Matthias Andreas Benkard4c5847b2020-01-12 15:42:02 +01001edition = 2019-10
2maxColumn = 100
3docstrings = JavaDoc
4assumeStandardLibraryStripMargin = true
Matthias Andreas Benkarde9b14f92020-08-23 11:23:12 +02005rewrite.rules = [AvoidInfix, PreferCurlyFors, RedundantBraces, RedundantParens, SortModifiers, SortImports]
6rewrite.redundantBraces.generalExpressions = true
7trailingCommas = preserve
8optIn.forceBlankLineBeforeDocstring = true