diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-11 15:12:33 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-11 15:12:33 -0500 |
| commit | ec8e8e06978403fd91785e6f3fe615cadf0373ec (patch) | |
| tree | e00418963893fe67568c4250e41e6bfd7e028676 /.config/helix/languages.toml | |
| parent | c8fa24976938236e6c9556c4f2f68cfbf6250795 (diff) | |
feat(helix): add languages config
Diffstat (limited to '.config/helix/languages.toml')
| -rw-r--r-- | .config/helix/languages.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml new file mode 100644 index 0000000..242e71a --- /dev/null +++ b/.config/helix/languages.toml @@ -0,0 +1,7 @@ +[[language]] +name = "bash" +indent = { tab-width = 2, unit = " " } + +[[language]] +name = "c" +indent = { tab-width = 2, unit = " " } |
