소스 검색

Set Solidity indentation to 4

master
ßingen 7 년 전
부모
커밋
d0f0b09192
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +9
    -1
      lisp/init-solidity.el

+ 9
- 1
lisp/init-solidity.el 파일 보기

@@ -4,5 +4,13 @@

(require-package 'solidity-mode)

;; https://emacs.stackexchange.com/a/17565/12560
(defun solidity-custom-settings ()
(setq tab-width 4)
(setq c-basic-offset 4))

(add-hook 'solidity-mode-hook 'solidity-custom-settings)

(provide 'init-solidity)
;;;

;;; init-solidity.el ends here

Loading…
취소
저장