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"
options = ["--write"]
includes = [
"*.json",
"*.yaml",
"*.md",
"*.json",
"*.yaml",
"*.md",
]
[formatter.shell]
command = "shfmt"
options = [
"-s",
"-w",
"-i 2",
"-s",
"-w",
"-i",
"2",
]
includes = ["*.sh"]