kickstart.nvim/ftplugin/python.lua

4 lines
62 B
Lua
Raw Normal View History

2024-05-22 16:02:16 +02:00
vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true