AutoYADM commit: 2025-02-26 12:30:12

This commit is contained in:
Daniel Fichtinger 2025-02-26 12:30:12 -05:00
parent cee37bbf47
commit 0baa149ea6
3 changed files with 389 additions and 227 deletions

View file

@ -133,3 +133,8 @@ source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38ef
[[language]]
name = "python"
language-servers = [ "basedpyright" ]
[[language]]
name = "kdl"
# Configure kdlfmt to use stdin
formatter = { command = "kdlfmt", args = ["format", "-"] }