1
0

add helix config

This commit is contained in:
2024-01-19 12:00:27 +01:00
parent c034f5de47
commit 3c48063146
3 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "vue", "wren", "xml", "yaml" ] }
[[language]]
name = "go"
indent = { tab-width = 2, unit = " " }
[[language]]
name = "java"
indent = { tab-width = 2, unit = " " }