This commit is contained in:
Tao Tien 2024-01-31 17:34:09 -08:00
parent fe6b9468b1
commit 3d03041c34
3 changed files with 20 additions and 22 deletions

View file

@ -24,6 +24,7 @@
display-messages = true;
display-inlay-hints = true;
};
soft-wrap.enable = true;
};
};
languages = {
@ -35,6 +36,10 @@
command = "clang-format";
args = [ "--style=file:/home/tao/Templates/clang-format" ];
};
indent = {
tab-width = 8;
unit = "\t";
};
}
{
name = "nix";