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",
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nixd",
|
||||
"nix.formatterPath": [
|
||||
"nix",
|
||||
"fmt",
|
||||
"--",
|
||||
"--"
|
||||
],
|
||||
"nix.formatterPath": ["nix", "fmt", "--", "--"],
|
||||
"nix.serverSettings": {
|
||||
"nixd": {
|
||||
"options": {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue