blob: 6bb8af72cd742e84d6f716531e9861d192f8ddc4 (
plain) (
blame)
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
|
{
"haxe.configurations": [
["build-server.hxml"]
],
"search.exclude": {
"build": true,
"res/temp": true,
"res/client.js": true
},
"[haxe]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": false
},
"editor.codeActionsOnSave": {
"source.sortImports": "explicit",
"source.fixAll": "explicit"
},
"[html]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.css-language-features"
},
}
|