initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
vim.opt_local.expandtab = true
|
||||
vim.opt_local.autoindent = true
|
||||
vim.opt_local.smarttab = true
|
||||
vim.opt_local.tabstop = 4
|
||||
vim.opt_local.textwidth = 80
|
||||
|
||||
-- Set the indent after opening parenthesis
|
||||
vim.g.pyindent_open_paren = vim.bo.shiftwidth
|
||||
Reference in New Issue
Block a user