summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.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 = " " }