Compare commits
1 commit
9210c9a29b
...
0be52794ad
Author | SHA1 | Date | |
---|---|---|---|
0be52794ad |
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# See: https://prettier.io/docs/en/configuration
|
||||
|
||||
printWidth: 80
|
||||
tabWidth: 2
|
||||
useTabs: false
|
||||
|
|
|
@ -26,10 +26,12 @@
|
|||
# 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