diff options
Diffstat (limited to 'hxformat.json')
| -rw-r--r-- | hxformat.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/hxformat.json b/hxformat.json index db7fb8f..458fcbf 100644 --- a/hxformat.json +++ b/hxformat.json @@ -5,8 +5,8 @@ "sameLine": { "ifBody": "same", "elseBody": "same", - "ifElse": "keep", - "comprehensionFor": "keep" + "comprehensionFor": "keep", + "forBody": "keep" }, "wrapping": { "maxLineLength": 90, @@ -22,6 +22,10 @@ }, "methodChain": { "rules": [] - } + }, + }, + "emptyLines": { + "beforeDocCommentEmptyLines": "ignore", + "afterFieldsWithDocComments": "ignore" } } |
