mas/.swiftformat
2019-01-29 23:06:15 -07:00

18 lines
286 B
Text

#
# .swiftformat
# mas-cli
#
# https://github.com/nicklockwood/SwiftFormat#config-file
#
--exclude Carthage/
# Disabled rules
--disable blankLinesAroundMark
# Enabled rules (disabled by default)
--enable trailingClosures
# Rule options
--commas inline
--importgrouping testable-top