Compare commits
1 commit
9210c9a29b
...
2219bc61f0
Author | SHA1 | Date | |
---|---|---|---|
2219bc61f0 |
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
# Setup formatters
|
# Setup formatters
|
||||||
treefmt = {
|
treefmt = {
|
||||||
# Ignore images
|
# Ignore images
|
||||||
settings.global.excludes = [ "*.png" "dist/"];
|
settings.global.excludes = [ "*.png" ];
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
programs = {
|
programs = {
|
||||||
mdformat.enable = true;
|
mdformat.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue