2019-01-30 06:06:15 +00:00
|
|
|
#
|
|
|
|
# .swiftformat
|
|
|
|
# mas-cli
|
|
|
|
#
|
|
|
|
# https://github.com/nicklockwood/SwiftFormat#config-file
|
|
|
|
#
|
|
|
|
|
2021-03-22 05:25:18 +00:00
|
|
|
--exclude Carthage/,docs/
|
2019-01-30 06:06:15 +00:00
|
|
|
|
|
|
|
# Disabled rules
|
|
|
|
--disable blankLinesAroundMark
|
2021-03-29 00:16:37 +00:00
|
|
|
--disable consecutiveSpaces
|
|
|
|
--disable indent
|
2019-01-30 06:06:15 +00:00
|
|
|
|
|
|
|
# Enabled rules (disabled by default)
|
|
|
|
--enable trailingClosures
|
|
|
|
|
|
|
|
# Rule options
|
2021-03-22 05:46:17 +00:00
|
|
|
--commas always
|
|
|
|
--extensionacl on-declarations
|
2021-03-22 05:25:18 +00:00
|
|
|
--importgrouping testable-last
|
2021-03-22 05:46:17 +00:00
|
|
|
--ranges no-space
|