File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ excludes = []
44includes = [" .github/workflows/*.yml" , " .github/workflows/*.yaml" ]
55options = []
66
7+ [formatter .beautysh ]
8+ command = " beautysh"
9+ excludes = []
10+ includes = [" *.sh" ]
11+ options = [" -c" , " -i" , " 2" ]
12+
713[formatter .clang-format ]
814command = " clang-format"
915excludes = []
@@ -24,6 +30,35 @@ includes = [
2430]
2531options = [" --dry-run" , " --Werror" , " -i" ]
2632
33+ [formatter .nixfmt-rfc-style ]
34+ command = " nixfmt"
35+ excludes = []
36+ includes = [" *.nix" ]
37+ options = [" --check" ]
38+
39+ [formatter .prettier ]
40+ command = " prettier"
41+ excludes = []
42+ includes = [
43+ " *.cjs" ,
44+ " *.css" ,
45+ " *.html" ,
46+ " *.js" ,
47+ " *.json" ,
48+ " *.json5" ,
49+ " *.jsx" ,
50+ " *.md" ,
51+ " *.mdx" ,
52+ " *.mjs" ,
53+ " *.scss" ,
54+ " *.ts" ,
55+ " *.tsx" ,
56+ " *.vue" ,
57+ " *.yaml" ,
58+ " *.yml" ,
59+ ]
60+ options = [" -c" ]
61+
2762[formatter .shellcheck ]
2863command = " shellcheck"
2964excludes = []
@@ -36,6 +71,12 @@ excludes = []
3671includes = [" *.nix" ]
3772options = [" check" ]
3873
74+ [formatter .taplo ]
75+ command = " taplo"
76+ excludes = []
77+ includes = [" *.toml" ]
78+ options = [" lint" ]
79+
3980[formatter .zig ]
4081command = " zig"
4182excludes = []
You can’t perform that action at this time.
0 commit comments