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,14 +8,23 @@
enable = true;
settings = {
ignored_filetypes = ["nofile" "quickfix" "prompt"];
ignored_buftypes = ["NvimTree"];
ignored_filetypes = [
"nofile"
"quickfix"
"prompt"
];
ignored_buftypes = [ "NvimTree" ];
default_amount = 3;
move_cursor_same_row = true;
cursor_follows_swapped_bufs = true;
resize_mode = {
quit_key = "<ESC>";
resize_keys = ["h" "j" "k" "l"];
resize_keys = [
"h"
"j"
"k"
"l"
];
silent = true;
};
};