Remove hard set tw and cc in python after script
This commit is contained in:
parent
03d6d49feb
commit
edba126495
1 changed files with 0 additions and 9 deletions
|
@ -2,15 +2,6 @@ setlocal shiftwidth=4
|
|||
setlocal softtabstop=4
|
||||
setlocal expandtab
|
||||
|
||||
let s:buf_filename = expand('%:t')
|
||||
if s:buf_filename != "SConscript" && s:buf_filename != "SConstruct"
|
||||
setlocal textwidth=80
|
||||
setlocal colorcolumn=80
|
||||
else
|
||||
setlocal textwidth=80
|
||||
setlocal colorcolumn=80
|
||||
endif
|
||||
|
||||
"setlocal foldnestmax=3
|
||||
"setlocal fdm=indent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue