From 9e62f52777dd1b8603a94f8ac088529e1a1cff01 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 26 Jul 2023 14:32:26 +0900 Subject: [PATCH] Set sql indent offset to 4 --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 0bb6415..e674d11 100644 --- a/emacs.el +++ b/emacs.el @@ -1838,7 +1838,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (with-eval-after-load 'sql (require 'sql-indent nil t) - (set-variable 'sqlind-basic-offset 2)) + (set-variable 'sqlind-basic-offset 4)) (add-to-list 'auto-mode-alist '("\\.hql\\'" . sql-mode))