Tokamak/.swiftformat

9 lines
177 B
Plaintext
Raw Normal View History

2018-12-29 05:54:16 +08:00
--indent 2
--indentcase false
--trimwhitespace always
--ranges nospace
--empty tuple
--operatorfunc nospace
2018-12-29 06:04:23 +08:00
--ifdef noindent
--stripunusedargs closure-only
2019-02-15 20:44:27 +08:00
--disable andOperator