1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/helix/languages.toml

21 lines
348 B
TOML
Raw Normal View History

2022-11-06 14:05:47 +00:00
[[language]]
name = "python"
roots = ["pyproject.toml"]
auto-format = true
formatter = { command = "black", args = ["-q", "-"] }
[[language]]
name = "bash"
auto-format = true
formatter = { command = "beautysh" }
[[language]]
name = "toml"
auto-format = true
# TODO: djhtml
# TODO: dprint
# TODO: nginx_beautifier
# TODO: prettier
# TODO: stylua