Add prettier formatter
This commit is contained in:
parent
e32638612b
commit
a902396494
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
formatting = {
|
||||
black.enable = true;
|
||||
nixfmt.enable = true;
|
||||
prettier = {
|
||||
enable = true;
|
||||
withArgs = ''
|
||||
{extra_filetypes = {"svelte"}}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue