This commit is contained in:
Tao Tien 2024-03-03 23:17:20 -08:00
parent f47cfe5d8f
commit 65a5170dd1
6 changed files with 18 additions and 14 deletions

View file

@ -70,6 +70,14 @@
unit = "\t";
};
}
{
name = "javascript";
auto-format = true;
indent = {
tab-width = 4;
unit = "\t";
};
}
{
name = "nix";
auto-format = true;