/
githubmirror
/
ostree
Обзор
Документация
Войти
/
githubmirror
/
ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vimrc
12 строк
308 B
Jonathan Lebon
Add a .vimrc and .editorconfig
22 сен 2017, 01:03
22 сен 2017, 01:03
a0588c3
Код
Авторство
О чём код?
set expandtab set tabstop=8 set softtabstop=2 set shiftwidth=2 " Let's try to not go longer than 92 set textwidth=92 autocmd BufNewFile,BufRead *.c,*.h set textwidth=92 " This is the same as the default minus 0{, which is really annoying otherwise " with our coding style. set cinkeys=0},0),:,0#,!^F,o,O,e