diff --git a/.vscode/settings.json b/.vscode/settings.json index e5b97c9..ba65910 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,11 @@ { - "editor.tabSize": 2, - "editor.detectIndentation": false, - "editor.insertSpaces": false, - "files.associations": { - "*.html": "twig" - }, - "emmet.includeLanguages": { - "twig": "html" - }, -} \ No newline at end of file + "editor.tabSize": 2, + "editor.detectIndentation": false, + "editor.insertSpaces": false, + "files.associations": { + "*.html": "twig" + }, + "emmet.includeLanguages": { + "twig": "html" + } +} diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..5ec57de --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,7 @@ +{ + "file_types": { + "HTML-Jinja": ["html"] + }, + "hard_tabs": true, + "tab_size": 2 +}