Initial commit

This commit is contained in:
Steven Le Rouzic
2024-04-18 10:20:28 +02:00
commit 196716e96f
2 changed files with 29 additions and 0 deletions

7
languages.toml Normal file
View File

@ -0,0 +1,7 @@
[[languages]]
name = "c"
indent = { tab-width = 4, unit = " " }
[[languages]]
name = "cpp"
indent = { tab-width = 4, unit = " " }