1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Spaces in python, instead of tabs.

This commit is contained in:
Bert Peters
2015-04-21 13:03:06 +02:00
parent c86f5061d3
commit a5a125e662

View File

@@ -23,3 +23,5 @@ imap <F5> <Esc>:update<CR>:make<CR>
"language specific syntastic configurtion
let g:syntastic_cpp_compiler="g++"
let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"
autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4