Files
kiss-vscode/projects/handloose/.vscode/settings.json
2022-01-22 20:17:36 -07:00

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
}