diff --git a/default.conf.yaml b/default.conf.yaml index 7d47b5e..44a3dc2 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -26,6 +26,7 @@ ~/.config/kak: kak/ ~/.config/lazygit: lazygit/ ~/.config/nvim: neovim/ + ~/.config/pg_format: pg_format/ ~/.config/zsh: zsh/ ~/.emacs.d: emacs/ ~/.fdignore: etc/fdignore diff --git a/pg_format/pg_format.conf b/pg_format/pg_format.conf new file mode 100644 index 0000000..c2779df --- /dev/null +++ b/pg_format/pg_format.conf @@ -0,0 +1,5 @@ +spaces = 2 + +# lowercase +keyword-case = 1 +type-case = 1