This commit is contained in:
2026-05-11 01:39:23 +02:00
parent c48f11992c
commit d660d1ee2c
8 changed files with 22 additions and 13 deletions
@@ -5,3 +5,12 @@ indent = { tab-width = 4, unit = " " }
[[language]]
name = "cpp"
indent = { tab-width = 4, unit = " " }
[[language]]
name = "python"
formatter = { command = "ruff", args = ["format", "-"] }
language-servers = ["ruff"]
[language-server.ruff]
command = "ruff"
args = ["server"]