mas/.swiftformat
2021-03-28 14:21:14 -07:00

19 lines
315 B
Text

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