mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): set tab-width in protobuf-mode
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
:init
|
||||
(defun siren-protobuf-mode-setup ()
|
||||
(run-hooks 'prog-mode-hook)
|
||||
(setq tab-width 2)
|
||||
(c-add-style "siren" '((c-basic-offset . 2)
|
||||
(indent-tabs-mode . nil)) t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user