forked from LeenkxTeam/LNXSDK
17 lines
251 B
JSON
17 lines
251 B
JSON
|
{
|
||
|
"whitespace": {
|
||
|
"typeHintColonPolicy": "after"
|
||
|
},
|
||
|
"sameLine": {
|
||
|
"ifElse": "next",
|
||
|
"tryCatch": "next"
|
||
|
},
|
||
|
"excludes": [
|
||
|
"\\/hxsl\\/.*",
|
||
|
"\\/ogg\\/.*",
|
||
|
"\\/truetype\\/.*",
|
||
|
"\\/khacpp\\/.*",
|
||
|
"\\/Node\\/js\\/.*"
|
||
|
]
|
||
|
}
|