From ede45cea8706eb8540e466df9861c2af8ebf9c44 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 4 Jul 2021 03:59:50 +0300 Subject: Reformat --- hxformat.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hxformat.json (limited to 'hxformat.json') diff --git a/hxformat.json b/hxformat.json new file mode 100644 index 0000000..c81c102 --- /dev/null +++ b/hxformat.json @@ -0,0 +1,24 @@ +{ + "indentation": { + "tabWidth": 2 + }, + "sameLine": { + "ifBody": "same", + "elseBody": "same", + "ifElse": "keep", + "comprehensionFor": "keep" + }, + "wrapping": { + "maxLineLength": 90, + "arrayMatrixWrap": "matrixWrapNoAlign", + "arrayWrap": { + "defaultWrap": "keep" + }, + "functionSignature": { + "defaultWrap": "keep" + }, + "callParameter": { + "defaultWrap": "keep" + } + } +} -- cgit v1.2.3