diff options
| author | RblSb <msrblsb@gmail.com> | 2021-07-04 03:59:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-07-05 17:04:25 +0300 |
| commit | ede45cea8706eb8540e466df9861c2af8ebf9c44 (patch) | |
| tree | 74a20a6f082173378f918b48b08542881f31749a /hxformat.json | |
| parent | 265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff) | |
Reformat
Diffstat (limited to 'hxformat.json')
| -rw-r--r-- | hxformat.json | 24 |
1 files changed, 24 insertions, 0 deletions
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" + } + } +} |
