python indent
This commit is contained in:
parent
780d341cec
commit
398b0dace5
@ -1,7 +1,8 @@
|
|||||||
local o = vim.o
|
local o = vim.o
|
||||||
local bo = vim.bo
|
local bo = vim.bo
|
||||||
bo.expandtab = false
|
bo.expandtab = true
|
||||||
bo.tabstop = 8
|
bo.tabstop = 2
|
||||||
bo.shiftwidth = 8
|
bo.shiftwidth = 2
|
||||||
bo.autoindent = true
|
bo.autoindent = true
|
||||||
bo.copyindent = true
|
bo.copyindent = true
|
||||||
|
vim.wo.colorcolumn = '80'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user