fixed autoindentation

This commit is contained in:
Ellis Rahhal 2025-04-20 20:21:57 -07:00
parent ab2d8a1273
commit 413651f285
2 changed files with 3 additions and 3 deletions

View file

@ -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;
};
## ------------------------------------------------

View file

@ -29,7 +29,7 @@
};
};
indent = {
enable = true;
enable = false;
};
};
};