XcodeGen/.swiftformat

15 lines
335 B
Plaintext
Raw Normal View History

2019-01-28 14:18:27 +03:00
--exclude .build
2019-10-27 14:37:41 +03:00
--exclude .swiftpm
2019-11-10 03:56:23 +03:00
--swiftversion 5.1
2019-10-27 14:37:41 +03:00
--disable redundantSelf
--disable sortedImports
--disable blankLinesAtStartOfScope
--disable blankLinesAtEndOfScope
--disable unusedArguments
--disable hoistPatternLet
--disable numberFormatting
--disable redundantRawValues
--disable andOperator
2019-01-28 14:18:27 +03:00
--ifdef noindent
--ranges nospace