Format if to one line or 3
sirmspencer opened this issue · 1 comments
sirmspencer commented
Acceptable
(if true "a" "b")
(if true
"a"
"b")
Not acceptable
(if true "a"
"b")
(if true
"a" "b")
(ignore the inded
sirmspencer commented
I think the rule for the formatter would be that if its not on 1 line, make it 3.