kickstart.nvim/ftplugin/python.lua

4 lines
62 B
Lua

vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true