add treefmt config to also format css and json
This commit is contained in:
parent
908bc2dc8f
commit
9218e70999
5 changed files with 156 additions and 107 deletions
|
|
@ -87,6 +87,10 @@
|
|||
"\[nix\]" = {
|
||||
"editor.formatOnSave" = false;
|
||||
};
|
||||
|
||||
"\[css\]" = {
|
||||
"editor.formatOnSave" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue