13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"search.exclude": {
|
|
"export/**/*.hx": true
|
|
},
|
|
"[haxe]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.sortImports": true
|
|
}
|
|
},
|
|
"haxe.enableExtendedIndentation": true
|
|
} |