dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit ebb684c2452e2d251f00f9289f52730d6bb5bb89 (tree)
parent 0ce6d0e9ee81243089f9cdd85e2ca84263f9aa7c
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Fri, 21 Aug 2020 22:57:38 +0300

sql formatter

Diffstat:
Mvim/.vim/vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -50,3 +50,6 @@ au FileType strace set nonu " yaml au FileType yaml set ts=2 sw=2 + +" sql +au FileType sql setlocal formatprg=pg_format\ -