2022-11-20 22:10:39 +00:00
|
|
|
[formatter.nix]
|
2024-08-19 08:14:21 +00:00
|
|
|
command = "nix"
|
|
|
|
options = ["fmt"]
|
2022-11-20 22:10:39 +00:00
|
|
|
includes = ["*.nix"]
|
2023-05-05 16:32:40 +00:00
|
|
|
excludes = ["pkgs/_sources/generated.nix"]
|
2022-11-20 22:10:39 +00:00
|
|
|
|
|
|
|
[formatter.prettier]
|
|
|
|
command = "prettier"
|
|
|
|
options = ["--write"]
|
|
|
|
includes = [
|
|
|
|
"*.json",
|
|
|
|
"*.yaml",
|
|
|
|
"*.md",
|
|
|
|
]
|
|
|
|
|
|
|
|
[formatter.shell]
|
|
|
|
command = "shfmt"
|
|
|
|
options = [
|
|
|
|
"-s",
|
|
|
|
"-w",
|
|
|
|
"-i",
|
|
|
|
"2",
|
|
|
|
]
|
|
|
|
includes = ["*.sh"]
|