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"
|
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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user