Files
lime/.vscode/settings.json
Jens Fischer 08df29fe0c Update .vscode/settings.json
`haxe.displayConfigurations` is deprecated in favor of `haxe.configurations`, and there was a missing comma.
2019-07-15 13:07:04 -07:00

22 lines
555 B
JSON

{
"haxe.configurations": [
[ "--cwd", "tools", "tools.hxml" ]
],
"editor.insertSpaces": false,
"editor.trimAutoWhitespace": true,
"codedox": {
"commentprefix": " ",
"commentdescription": "",
"commentend": "**/",
"alwaysMultiline": false,
"paramFormat": "",
"returnFormat": "",
"neverAskTemplate": true
},
"files.watcherExclude": {
"**/project/lib/**": true
},
"files.trimTrailingWhitespace": true,
"C_Cpp.autoAddFileAssociations": false,
}