fix(neovim): add expandtab and respect editorconfig
We also added an editorconfig with this one in the repository
This commit is contained in:
parent
d187b96054
commit
eed3e35fe8
3 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ in
|
|||
options = {
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
expandtab = false;
|
||||
cursorlineopt = "screenline";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue