nvim/after/ftplugin/python.lua
Alexander Gehrke d9f092adac update
2025-03-26 19:47:20 +01:00

4 lines
84 B
Lua

vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true
vim.o.textwidth = 120