Editor settings
This commit is contained in:
parent
614f15e1f1
commit
cecfbd5c2a
2 changed files with 17 additions and 10 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.html": "twig"
|
"*.html": "twig"
|
||||||
},
|
},
|
||||||
"emmet.includeLanguages": {
|
"emmet.includeLanguages": {
|
||||||
"twig": "html"
|
"twig": "html"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
7
.zed/settings.json
Normal file
7
.zed/settings.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"file_types": {
|
||||||
|
"HTML-Jinja": ["html"]
|
||||||
|
},
|
||||||
|
"hard_tabs": true,
|
||||||
|
"tab_size": 2
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue