what was up with the python tabs..

This commit is contained in:
2022-07-02 10:00:07 -04:00
parent 780d341cec
commit 337f154ea8
2 changed files with 81 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
local o = vim.o
local bo = vim.bo
bo.expandtab = false
bo.tabstop = 8
bo.shiftwidth = 8
bo.expandtab = true
bo.tabstop = 2
bo.shiftwidth = 2
bo.autoindent = true
bo.copyindent = true