mas/.swiftformat

25 lines
428 B
Text
Raw Normal View History

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