Setup autoformat for C and C++ in Helix Editor
This commit is contained in:
parent
17680c2288
commit
3b3d9abc87
2 changed files with 8 additions and 1 deletions
7
.helix/languages.toml
Normal file
7
.helix/languages.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[[language]]
|
||||
name = "c"
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "cpp"
|
||||
auto-format = true
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "marsh_library_init"
|
||||
compatibility_minimum = "4.3"
|
||||
compatibility_minimum = "4.4"
|
||||
reloadable = true
|
||||
|
||||
[libraries]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue