From a5a2df3dcc091dba0662889918719eb369dd5ee5 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 31 Oct 2023 19:44:15 +0900 Subject: [PATCH] Update --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index d8dc9fc..4bfd688 100644 --- a/emacs.el +++ b/emacs.el @@ -1851,6 +1851,8 @@ 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 '("-L")) (when (fboundp 'git-command) (define-key ctl-x-map "g" 'git-command))