2019-01-11 17:25:55 -07:00
|
|
|
#
|
|
|
|
# .swiftlint.yml
|
|
|
|
# mas
|
|
|
|
#
|
|
|
|
# https://github.com/realm/SwiftLint#configuration
|
|
|
|
#
|
|
|
|
---
|
|
|
|
excluded:
|
2019-01-24 21:39:08 -07:00
|
|
|
- Carthage
|
|
|
|
- docs
|
2021-03-21 22:25:18 -07:00
|
|
|
|
|
|
|
opening_brace:
|
|
|
|
allow_multiline_func: true
|
|
|
|
|
|
|
|
trailing_comma:
|
|
|
|
mandatory_comma: true
|