/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tools/editors/vim.samples
17 строк
500 B
Peter Eisentraut
Remove extra newlines at end and beginning of files, add missing newlines
19 авг 2010, 09:57
19 авг 2010, 09:57
3f11971
Код
Авторство
О чём код?
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " " These settings are appropriate for editing PostgreSQL code with vim " " You would copy this into your .vimrc or equivalent " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" :if match(getcwd(), "/pgsql") >=0 || match(getcwd(), "/postgresql") >= 0 : set cinoptions=(0 : set tabstop=4 : set shiftwidth=4 :endif """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""