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
|
# See: https://prettier.io/docs/en/configuration
|
||||||
|
|
||||||
printWidth: 80
|
printWidth: 80
|
||||||
tabWidth: 2
|
tabWidth: 2
|
||||||
useTabs: false
|
useTabs: false
|
||||||
|
|
|
@ -26,10 +26,12 @@
|
||||||
# Setup formatters
|
# Setup formatters
|
||||||
treefmt = {
|
treefmt = {
|
||||||
# Ignore images
|
# Ignore images
|
||||||
settings.global.excludes = [ "*.png" "dist/"];
|
settings.global.excludes = [
|
||||||
|
"*.png"
|
||||||
|
"dist/*"
|
||||||
|
];
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
programs = {
|
programs = {
|
||||||
mdformat.enable = true;
|
|
||||||
nixfmt.enable = true;
|
nixfmt.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
shellcheck.enable = true;
|
shellcheck.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue