91d7135562
* chore: add swift linter * chore: add clang linters * chore: add kotlin linter * chore(ci): update workflows * chore(ci): clean workflows
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
--allman false
|
|
--indent 2
|
|
--exclude Pods,Generated
|
|
|
|
--disable andOperator
|
|
--disable redundantReturn
|
|
--disable wrapMultilineStatementBraces
|
|
--disable organizeDeclarations
|
|
--disable redundantSelf
|
|
|
|
--enable markTypes
|
|
|
|
--enable isEmpty |