From 317822ca1b1df475e61b5635243095ff845e489f Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 6 Nov 2023 16:46:23 +0900 Subject: [PATCH] Update --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index a471ba6..c405d59 100644 --- a/emacs.el +++ b/emacs.el @@ -1851,7 +1851,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (set-variable 'sql-product 'postgres) (set-variable 'sqlformat-command 'pgformatter) -(set-variable 'sqlformat-args '("--no-extra-line")) +(set-variable 'sqlformat-args '("--no-space-function" "--nogrouping")) ;; Hard to use because when failed to format it does not tell how to fix that ;; (set-variable 'sqlformat-command 'sqlfluff) ;; (set-variable 'sqlformat-args '("--show-lint-violations" "-vvvv"))