update fmt settings and run formatter
This commit is contained in:
parent
a621edc307
commit
42f547e531
2 changed files with 2 additions and 8 deletions
|
|
@ -11,12 +11,7 @@
|
||||||
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
||||||
"nix.enableLanguageServer": true,
|
"nix.enableLanguageServer": true,
|
||||||
"nix.serverPath": "nixd",
|
"nix.serverPath": "nixd",
|
||||||
"nix.formatterPath": [
|
"nix.formatterPath": ["nix", "fmt", "--", "--"],
|
||||||
"nix",
|
|
||||||
"fmt",
|
|
||||||
"--",
|
|
||||||
"--"
|
|
||||||
],
|
|
||||||
"nix.serverSettings": {
|
"nix.serverSettings": {
|
||||||
"nixd": {
|
"nixd": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -29,4 +24,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
|
|
||||||
programs.nixfmt.enable = true;
|
programs.nixfmt.enable = true;
|
||||||
programs.biome.enable = true;
|
|
||||||
programs.stylua.enable = true;
|
programs.stylua.enable = true;
|
||||||
programs.taplo.enable = true;
|
programs.taplo.enable = true;
|
||||||
programs.mdformat.enable = true;
|
programs.mdformat.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue