mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
4848f422d6
Fixes #364.
24 lines
428 B
Text
24 lines
428 B
Text
#
|
|
# .swiftformat
|
|
# mas-cli
|
|
#
|
|
# https://github.com/nicklockwood/SwiftFormat#config-file
|
|
#
|
|
|
|
--exclude docs/
|
|
|
|
# Disabled rules
|
|
--disable blankLinesAroundMark
|
|
--disable consecutiveSpaces
|
|
--disable hoistPatternLet
|
|
--disable indent
|
|
--disable trailingCommas
|
|
|
|
# Enabled rules (disabled by default)
|
|
--enable trailingClosures
|
|
|
|
# Rule options
|
|
--commas always
|
|
--extensionacl on-declarations
|
|
--importgrouping testable-last
|
|
--ranges no-space
|