Tokamak/.swiftformat

15 lines
311 B
Plaintext
Raw Normal View History

2018-12-29 05:54:16 +08:00
--indent 2
--indentcase false
--trimwhitespace always
--voidtype tuple
--nospaceoperators ..<,...
2018-12-29 06:04:23 +08:00
--ifdef noindent
--stripunusedargs closure-only
--maxwidth 100
--wraparguments before-first
--funcattributes prev-line
--typeattributes prev-line
--varattributes prev-line
--disable andOperator
--swiftversion 5.6