pg_format: Add default config
This commit is contained in:
parent
b94ace41d9
commit
23cc310e6d
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
~/.config/kak: kak/
|
~/.config/kak: kak/
|
||||||
~/.config/lazygit: lazygit/
|
~/.config/lazygit: lazygit/
|
||||||
~/.config/nvim: neovim/
|
~/.config/nvim: neovim/
|
||||||
|
~/.config/pg_format: pg_format/
|
||||||
~/.config/zsh: zsh/
|
~/.config/zsh: zsh/
|
||||||
~/.emacs.d: emacs/
|
~/.emacs.d: emacs/
|
||||||
~/.fdignore: etc/fdignore
|
~/.fdignore: etc/fdignore
|
||||||
|
|
|
||||||
5
pg_format/pg_format.conf
Normal file
5
pg_format/pg_format.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
spaces = 2
|
||||||
|
|
||||||
|
# lowercase
|
||||||
|
keyword-case = 1
|
||||||
|
type-case = 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue