LunarVim.LunarVim/ftplugin/python.vim
ChristianChiarulli b8f455cbfb added stuff for js
2019-02-17 12:03:58 -05:00

6 lines
126 B
VimL

" Python specific settings.
setlocal tabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab