[skip ci] Autoformatting with alejandra

This commit is contained in:
C4theBomb 2024-11-09 18:34:15 -06:00 committed by github-actions[bot]
commit 1b8d5137ca

View file

@ -7,7 +7,7 @@
{
event = ["FileType"];
pattern = ["nix"];
callback.__raw = ''function() vim.opt_local.tabstop = 2; vim.opt_local.shiftwidth = 2; vim.opt_local.expandtab = true; end'';
callback.__raw = ''function() vim.opt_local.tabstop = 2; vim.opt_local.shiftwidth = 2; vim.opt_local.expandtab = true; end'';
}
];
}