branch: elpa/editorconfig commit 2fed9599bcfea5d1aa9fb57dc9118d0f82b6c999 Author: futpib <fut...@gmail.com> Commit: GitHub <nore...@github.com>
Support protobuf-mode (#316) --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index 6b52b9c7fd..bda8c57fe6 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -267,6 +267,7 @@ This hook will be run even when there are no matching sections in ;; for details. (php-mode c-basic-offset) (pike-mode c-basic-offset) + (protobuf-mode c-basic-offset) (ps-mode ps-mode-tab) (pug-mode pug-tab-width) (puppet-mode puppet-indent-level)