treewide: Reformat with nixfmt

This commit is contained in:
traxys 2024-05-05 19:39:35 +02:00
parent c6281260dc
commit 62f32bfc71
459 changed files with 28139 additions and 26377 deletions

View file

@ -8,18 +8,18 @@
enable = true;
delay = 50;
providers = ["lsp"];
modesDenylist = ["n"];
modesAllowlist = ["v"];
providers = [ "lsp" ];
modesDenylist = [ "n" ];
modesAllowlist = [ "v" ];
underCursor = false;
largeFileCutoff = 10;
minCountToHighlight = 2;
filetypesDenylist = ["csharp"];
filetypesAllowlist = ["python"];
filetypesDenylist = [ "csharp" ];
filetypesAllowlist = [ "python" ];
filetypeOverrides = {
x = {
delay = 10;
providers = ["treesitter"];
providers = [ "treesitter" ];
};
};
largeFileOverrides = {