cv/.helix/languages.toml
Felix Schröter ef46569737
All checks were successful
Build / build (push) Successful in 1m32s
style: format with typstyle
2025-02-24 11:44:04 +01:00

8 lines
146 B
TOML

[[language]]
name = "nix"
formatter = { command = "nixfmt" }
[[language]]
name = "typst"
formatter = { command = "typstyle" }
auto-format = true