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:
parent
402ab8e508
commit
54ede8e591
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user