fmt
This commit is contained in:
parent
bb0da64219
commit
71be5f3545
3 changed files with 38 additions and 14 deletions
|
@ -89,7 +89,10 @@
|
|||
programs.typos.enable = true;
|
||||
programs.shellcheck.enable = true;
|
||||
|
||||
settings.global.excludes = [ "secrets/*" ];
|
||||
settings.global.excludes = [
|
||||
"secrets/*"
|
||||
"**/*.png" # tries to format a png file??
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue