mas/.swiftformat

19 lines
286 B
Text
Raw Normal View History

2019-01-30 06:06:15 +00:00
#
# .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