浏览代码

Set sql indent offset to 4

master
10sr 9 个月前
父节点
当前提交
9e62f52777
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emacs.el

+ 1
- 1
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))



正在加载...
取消
保存