dotfiles/private_dot_config/helix/languages.toml

4 lines
87 B
TOML
Raw Normal View History

2024-11-08 13:14:48 +00:00
[[language]]
name = "python"
formatter = { command = "ruff" , args = ["format", "-"] }