Compare commits
1 commit
0be52794ad
...
9210c9a29b
Author | SHA1 | Date | |
---|---|---|---|
9210c9a29b |
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
# See: https://prettier.io/docs/en/configuration
|
||||
|
||||
printWidth: 80
|
||||
tabWidth: 2
|
||||
useTabs: false
|
||||
|
|
|
@ -26,12 +26,10 @@
|
|||
# Setup formatters
|
||||
treefmt = {
|
||||
# Ignore images
|
||||
settings.global.excludes = [
|
||||
"*.png"
|
||||
"dist/*"
|
||||
];
|
||||
settings.global.excludes = [ "*.png" "dist/"];
|
||||
projectRootFile = "flake.nix";
|
||||
programs = {
|
||||
mdformat.enable = true;
|
||||
nixfmt.enable = true;
|
||||
shfmt.enable = true;
|
||||
shellcheck.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue