From bd072e03fc14aeda0eae623ee9353a7c74645081 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 5 Jan 2024 04:14:13 +0300 Subject: Keep flashbacks in state --- hxformat.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hxformat.json') 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" } } -- cgit v1.2.3