14 lines
277 B
TOML
14 lines
277 B
TOML
|
[formatter.alejandra]
|
||
|
command = "alejandra"
|
||
|
includes = ["*.nix"]
|
||
|
|
||
|
[formatter.deno-fmt]
|
||
|
command = "deno"
|
||
|
options = ["fmt"]
|
||
|
includes = ["*.json", "*.jsonc", "*.md", "*.js", "*.jsx", "*.ts", "*.tsx"]
|
||
|
|
||
|
[formatter.taplo]
|
||
|
command = "taplo"
|
||
|
options = ["format"]
|
||
|
includes = ["*.toml"]
|