update fmt settings and run formatter

This commit is contained in:
veneficium 2025-11-16 11:29:33 +01:00
parent a621edc307
commit 42f547e531
2 changed files with 2 additions and 8 deletions

View file

@ -11,12 +11,7 @@
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.formatterPath": [
"nix",
"fmt",
"--",
"--"
],
"nix.formatterPath": ["nix", "fmt", "--", "--"],
"nix.serverSettings": {
"nixd": {
"options": {

View file

@ -3,7 +3,6 @@
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.biome.enable = true;
programs.stylua.enable = true;
programs.taplo.enable = true;
programs.mdformat.enable = true;