AutoYADM commit: 2025-04-04 17:00:17

This commit is contained in:
Daniel Fichtinger 2025-04-04 17:00:17 -04:00
parent 7493ed76bb
commit fc56f15fc8

View file

@ -237,8 +237,8 @@ source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38ef
name = "python"
language-servers = ["basedpyright"]
auto-format = true
formatter = { command = "ruff", args = ["format", "-"] }
# formatter = { command = "ruff", args = ["format", "--line-length", "79", "-"] }
# formatter = { command = "ruff", args = ["format", "-"] }
formatter = { command = "ruff", args = ["format", "--line-length", "79", "-"] }
[[language]]
name = "kdl"