Added autocmd to sync file syntax
This commit is contained in:
@@ -121,3 +121,4 @@ autocmd Filetype htmldjango setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype python setlocal ts=4 sw=4 sts=4 expandtab
|
||||
autocmd Filetype javascript setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd Filetype javascript.jsx setlocal ts=2 sw=2 sts=2 expandtab
|
||||
autocmd BufEnter * :syntax sync fromstart
|
||||
|
||||
Reference in New Issue
Block a user