15 строки
247 B
Plaintext
15 строки
247 B
Plaintext
|
# Config
|
||
|
--exclude Pods
|
||
|
--swiftversion 5
|
||
|
|
||
|
# Rules
|
||
|
--indent 4
|
||
|
--maxwidth 120
|
||
|
--self init-only
|
||
|
--semicolons never
|
||
|
--commas inline
|
||
|
--wraparguments before-first
|
||
|
--wrapcollections before-first
|
||
|
--wrapparameters before-first
|
||
|
--disable redundantRawValues
|