Fully updated to the actual (Boussole v1) config and got rid of most things that shouldn't be there

This commit is contained in:
Guillem George 2025-10-28 19:25:40 +01:00
parent 6b616b44dd
commit 71f2b38a0d
192 changed files with 854 additions and 605 deletions

View file

@ -0,0 +1,6 @@
theme = "github_dark"
# theme = "adwaita-light"
[editor]
line-number = "relative"

View file

@ -0,0 +1,6 @@
[[language]]
name="c"
indent = { tab-width=4, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true