9 lines
108 B
Nix
9 lines
108 B
Nix
{
|
|
vim = {
|
|
options = {
|
|
tabstop = 2;
|
|
shiftwidth = 2;
|
|
autoindent = true;
|
|
};
|
|
};
|
|
}
|