Improve the configs

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-05-10 15:18:38 +05:30
parent c87e2e3c9e
commit 767697af72
8 changed files with 55 additions and 16 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ file-types = ["c", "h"]
formatter = { command = 'clang-format' }
auto-format = false
language-servers = ["clangd", "wakatime"]
indent = { tab-width = 4, unit = " " }
indent = { tab-width = 8, unit = "\t" }
[[language]]
name = "cpp"