initial commit

This commit is contained in:
Mark Eaton
2025-05-28 16:16:24 -04:00
commit 897bb45853
8 changed files with 88 additions and 0 deletions
+8
View File
@@ -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