Templating/.vscode/settings.json

12 строки
249 B
JSON

{
"files.associations": {
"*.json.in": "json",
"*.*proj.in": "xml"
},
"[json]": {
"editor.tabSize": 2
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.insertSpaceAfterConstructor": true
}