mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:44:07 -04:00
3f11971916
at end of files.
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
"
|
|
" 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
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|