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
|
# See: https://prettier.io/docs/en/configuration
|
||||||
|
|
||||||
printWidth: 80
|
printWidth: 80
|
||||||
tabWidth: 2
|
tabWidth: 2
|
||||||
useTabs: false
|
useTabs: false
|
||||||
|
|
|
@ -26,12 +26,10 @@
|
||||||
# Setup formatters
|
# Setup formatters
|
||||||
treefmt = {
|
treefmt = {
|
||||||
# Ignore images
|
# Ignore images
|
||||||
settings.global.excludes = [
|
settings.global.excludes = [ "*.png" "dist/"];
|
||||||
"*.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