pop-camarades/.vscode/settings.json

11 lines
No EOL
190 B
JSON

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"files.associations": {
"*.html": "twig"
},
"emmet.includeLanguages": {
"twig": "html"
},
}