This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
|
set expandtab shiftwidth=4 tabstop=4 softtabstop=4
|
|
set nosmartindent
|
|
set cindent
|
|
filetype plugin indent on
|
|
set cinkeys-=0#
|
|
set indentkeys-=0#
|
|
autocmd FileType * set cindent "some file types override it
|
|
"set cindent cinkeys-=0#
|
|
"set smartindent
|