File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,8 @@ fabric.properties
202
202
.LSOverride
203
203
204
204
# ## Icon must end with two \r
205
- Icon
205
+ Icon
206
+
206
207
207
208
# ## Thumbnails
208
209
._ *
Original file line number Diff line number Diff line change 38
38
# actionlint.enable = true; # GitHub workflows linting
39
39
# typos.enable = true; # Source code spell checker
40
40
41
+ trim-trailing-whitespace . enable = true ;
42
+ mixed-line-endings . enable = true ;
43
+ end-of-file-fixer . enable = true ;
44
+ check-executables-have-shebangs . enable = true ;
45
+ check-added-large-files . enable = true ;
46
+
41
47
gitleaks = {
42
48
enable = true ;
43
49
name = "gitleaks" ;
Original file line number Diff line number Diff line change 53
53
nixfmt . enable = true ; # An opinionated formatter for Nix
54
54
55
55
prettier . enable = true ; # Prettier is an opinionated code formatter
56
- yamlfmt . enable = true ; # An extensible command line tool or library to format yaml files.
57
56
jsonfmt . enable = true ; # Formatter for JSON files
57
+ # yamlfmt.enable = true; # An extensible command line tool or library to format yaml files.
58
58
# mdformat.enable = true; # CommonMark compliant Markdown formatter
59
59
60
60
shellcheck . enable = true ; # Shell script analysis tool
You can’t perform that action at this time.
0 commit comments