summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-11 15:12:33 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-11 15:12:33 -0500
commitec8e8e06978403fd91785e6f3fe615cadf0373ec (patch)
treee00418963893fe67568c4250e41e6bfd7e028676
parentc8fa24976938236e6c9556c4f2f68cfbf6250795 (diff)
feat(helix): add languages config
-rw-r--r--.config/helix/languages.toml7
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 = " " }