initial commit
This commit is contained in:
parent
21c876db7c
commit
75abec30f9
4 changed files with 521 additions and 0 deletions
18
config/settings.nix
Normal file
18
config/settings.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config = {
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
||||
tabstop = 2;
|
||||
softtabstop = 2;
|
||||
showtabline = 2;
|
||||
expandtab = true;
|
||||
|
||||
smartindent = true;
|
||||
shiftwidth = 2;
|
||||
|
||||
breakindent = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue