Editor settings

This commit is contained in:
William Bouzourène 2025-05-11 16:21:59 +02:00
parent 614f15e1f1
commit cecfbd5c2a
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
2 changed files with 17 additions and 10 deletions

View file

@ -7,5 +7,5 @@
}, },
"emmet.includeLanguages": { "emmet.includeLanguages": {
"twig": "html" "twig": "html"
}, }
} }

7
.zed/settings.json Normal file
View file

@ -0,0 +1,7 @@
{
"file_types": {
"HTML-Jinja": ["html"]
},
"hard_tabs": true,
"tab_size": 2
}