소스 검색

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



불러오는 중...
취소
저장