mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
18 lines
286 B
Text
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
|