fix(lang): set tab-width in protobuf-mode

This commit is contained in:
2021-09-28 09:26:01 +01:00
parent 167ac99fb9
commit abc1dddcf9

View File

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