vim: set shiftwidth to 4 for php
parent
b47d06f35e
commit
5710a11ea2
|
@ -202,7 +202,7 @@ autocmd BufWritePost *.pdf silent !mv ~/Documents/% %:p:h
|
||||||
let php_sql_query = 1
|
let php_sql_query = 1
|
||||||
let php_htmlInStrings = 1
|
let php_htmlInStrings = 1
|
||||||
|
|
||||||
au Filetype css vertical resize 50
|
autocmd FileType php setlocal shiftwidth=4
|
||||||
|
|
||||||
" Don't screw up folds when inserting text that might affect them, until
|
" Don't screw up folds when inserting text that might affect them, until
|
||||||
" leaving insert mode. Foldmethod is local to the window.
|
" leaving insert mode. Foldmethod is local to the window.
|
||||||
|
|
Loading…
Reference in New Issue