pantheon/modules/home/cli/editor/nvf/options.nix

8 lines
134 B
Nix

{
autoindent = true;
smartindent = true;
expandtab = true;
tabstop = 2;
shiftwidth = 2;
backspace = "indent,eol,start";
}