diff options
| author | RblSb <msrblsb@gmail.com> | 2024-01-05 04:14:13 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-01-05 04:14:13 +0300 |
| commit | bd072e03fc14aeda0eae623ee9353a7c74645081 (patch) | |
| tree | d7107fd62854dbd04f2b76af8d59205622c71ff4 /hxformat.json | |
| parent | f6a89cb793ff5272f0d259b0e296b3862f0c4798 (diff) | |
Keep flashbacks in state
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" } } |
