Editor settings
This commit is contained in:
parent
614f15e1f1
commit
cecfbd5c2a
2 changed files with 17 additions and 10 deletions
20
.vscode/settings.json
vendored
20
.vscode/settings.json
vendored
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"files.associations": {
|
||||
"*.html": "twig"
|
||||
},
|
||||
"emmet.includeLanguages": {
|
||||
"twig": "html"
|
||||
},
|
||||
}
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"files.associations": {
|
||||
"*.html": "twig"
|
||||
},
|
||||
"emmet.includeLanguages": {
|
||||
"twig": "html"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue