kickstart.nvim/ftplugin/python.lua

4 lines
67 B
Lua

vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4