neovim-config/after/ftplugin/python.lua

4 lines
87 B
Lua

local ct = require('conftool')
ct.set({'tabstop', 4}, {'shiftwidth', 4}, 'expandtab')