LunarVim.LunarVim/ftplugin/python.vim

7 lines
126 B
VimL
Raw Normal View History

2019-02-17 12:03:58 -05:00
" Python specific settings.
setlocal tabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab