mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
34 lines
360 B
Plaintext
34 lines
360 B
Plaintext
version=2.2.1
|
|
|
|
style = default
|
|
|
|
maxColumn = 100
|
|
|
|
align = none
|
|
|
|
rewrite.rules = [
|
|
AvoidInfix
|
|
RedundantBraces
|
|
RedundantParens
|
|
AsciiSortImports
|
|
PreferCurlyFors
|
|
]
|
|
|
|
rewrite.neverInfix.excludeFilters = [until
|
|
to
|
|
by
|
|
eq
|
|
ne
|
|
"should.*"
|
|
"contain.*"
|
|
"must.*"
|
|
in
|
|
be
|
|
taggedAs
|
|
thrownBy
|
|
synchronized
|
|
have
|
|
when
|
|
size
|
|
theSameElementsAs]
|