added stuff for js

This commit is contained in:
ChristianChiarulli 2019-02-17 12:03:58 -05:00
parent 7bdd4f7123
commit b8f455cbfb
12 changed files with 88 additions and 8 deletions

6
ftplugin/python.vim Normal file
View file

@ -0,0 +1,6 @@
" Python specific settings.
setlocal tabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smarttab