11 lines
187 B
Nix
11 lines
187 B
Nix
{
|
|
scroll = 1;
|
|
autoindent = true;
|
|
backspace = "indent,eol,start";
|
|
cursorline = true;
|
|
expandtab = true;
|
|
shiftwidth = 2;
|
|
smartindent = true;
|
|
tabstop = 2;
|
|
updatetime = 0;
|
|
}
|