-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhxformat.json
More file actions
43 lines (43 loc) · 835 Bytes
/
hxformat.json
File metadata and controls
43 lines (43 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"whitespace": {
"typeHintColonPolicy": "after",
"typeCheckColonPolicy": "after",
"arrowFunctionsPolicy": "around",
"functionTypeHaxe3Policy": "around",
"functionTypeHaxe4Policy": "around"
},
"emptyLines": {
"importAndUsing": {
"betweenImportsLevel": "firstLevelPackage",
"betweenImports": 1,
"beforeUsing": 1
},
"maxAnywhereInFile": 1,
"classEmptyLines": {
"beginType": 1,
"endType": 1
},
"afterLeftCurly": "keep",
"beforeRightCurly": "keep",
"finalNewline": false,
"abstractEmptyLines": {
"beginType": 1,
"endType": 1
},
"interfaceEmptyLines": {
"beginType": 1,
"endType": 1
},
"externClassEmptyLines": {
"beginType": 1,
"endType": 1
}
},
"wrapping": {
"maxLineLength": 140
},
"sameLine": {
"functionBody": "same",
"anonFunctionBody": "same"
}
}