Setup autoformat for C and C++ in Helix Editor

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 14:01:18 +01:00
parent 17680c2288
commit 3b3d9abc87
2 changed files with 8 additions and 1 deletions

7
.helix/languages.toml Normal file
View file

@ -0,0 +1,7 @@
[[language]]
name = "c"
auto-format = true
[[language]]
name = "cpp"
auto-format = true