mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
a696a0e0b2
swift format does a wrapping that i find too rough, so we can't really use it at the moment, unfortunately
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
# rules: https://github.com/nicklockwood/SwiftFormat/blob/main/Rules.md
|
|
|
|
--swiftversion 5.8
|
|
--maxwidth 110
|
|
--nowrapoperators .,==,!=,<,>,>=,<=
|
|
--wrapternary before-operators
|
|
--disable andOperator
|
|
--disable wrapConditionalBodies
|
|
--disable wrapLoopBodies
|
|
--disable wrapMultilineStatementBraces
|