mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): for formatting of *.sql files with pgformatter
This commit is contained in:
@@ -21,9 +21,10 @@
|
||||
|
||||
(use-package sqlformat
|
||||
:hook
|
||||
(sql-mode . sqlformat-mode)
|
||||
(sql-mode . sqlformat-on-save-mode)
|
||||
|
||||
:custom
|
||||
(sqlformat-args '("-g"))
|
||||
(sqlformat-command 'pgformatter))
|
||||
|
||||
(provide 'siren-sql)
|
||||
|
||||
Reference in New Issue
Block a user