Add helix language configuration

This commit is contained in:
2024-05-05 12:36:36 +02:00
parent 3e71f9f1e3
commit 58c40f69d9
2 changed files with 5 additions and 0 deletions

3
helix/languages.toml Normal file
View File

@@ -0,0 +1,3 @@
[[language]]
name = "bash"
indent = { unit = " " , tab-width = 4 }