1
1
mirror of https://github.com/divnix/digga.git synced 2025-01-03 13:56:36 +03:00

🐛 fix Fix devos treefmt.toml

This commit is contained in:
Lord-Valen 2022-11-11 23:46:30 -05:00 committed by David Arnold
parent 402ab8e508
commit 54ede8e591

View File

@ -6,16 +6,17 @@ includes = ["*.nix"]
command = "prettier" command = "prettier"
options = ["--write"] options = ["--write"]
includes = [ includes = [
"*.json", "*.json",
"*.yaml", "*.yaml",
"*.md", "*.md",
] ]
[formatter.shell] [formatter.shell]
command = "shfmt" command = "shfmt"
options = [ options = [
"-s", "-s",
"-w", "-w",
"-i 2", "-i",
"2",
] ]
includes = ["*.sh"] includes = ["*.sh"]