mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
6 lines
126 B
VimL
6 lines
126 B
VimL
" Python specific settings.
|
|
setlocal tabstop=4
|
|
setlocal shiftwidth=4
|
|
setlocal expandtab
|
|
setlocal autoindent
|
|
setlocal smarttab
|