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

View file

@ -1,7 +1,7 @@
[configuration] [configuration]
entry_symbol = "marsh_library_init" entry_symbol = "marsh_library_init"
compatibility_minimum = "4.3" compatibility_minimum = "4.4"
reloadable = true reloadable = true
[libraries] [libraries]