fixed autoindentation
This commit is contained in:
parent
ab2d8a1273
commit
413651f285
2 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,6 @@
|
|||
|
||||
winaltkeys = "no"; # Disable ALT keys for menu
|
||||
|
||||
autoindent = true;
|
||||
smartindent = true;
|
||||
colorcolumn = "121";
|
||||
|
||||
laststatus = 3;
|
||||
|
@ -81,6 +79,8 @@
|
|||
expandtab = true; # Insert spaces when entering <Tab>
|
||||
softtabstop = 4; # Number of spaces that a <Tab> counts for while performing editing operations, like inserting a <Tab> or using <BS>. It "feels" like a tab though
|
||||
ai = true; # auto indent
|
||||
autoindent = true;
|
||||
smartindent = false;
|
||||
};
|
||||
|
||||
## ------------------------------------------------
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
};
|
||||
indent = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue