diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-26 09:21:40 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-26 09:21:40 +0100 |
| commit | 6f5c91c7c38a2729dfaa20ae309a3f21e43f301b (patch) | |
| tree | 518cc9a80ae6bbc57468c44651734718461b8f0b /.helix | |
| parent | 329956ddd8e3bd70dcccf3e660c4e7e3745d24ea (diff) | |
gitignore editor settings
Diffstat (limited to '.helix')
| -rw-r--r-- | .helix/languages.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml deleted file mode 100644 index 8bfcae9..0000000 --- a/.helix/languages.toml +++ /dev/null @@ -1,6 +0,0 @@ -[language-server.astro.config] -typescript = { tsdk = "node_modules/typescript/lib" } - -[[language]] -name = "astro" -indent = { tab-width = 4, unit = " " } |
