diff options
Diffstat (limited to 'emacs-style')
-rw-r--r-- | emacs-style | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-style b/emacs-style index a0f16e2209..283b6f0255 100644 --- a/emacs-style +++ b/emacs-style @@ -5,5 +5,6 @@ (c-set-offset 'statement-block-intro' ++) (c-set-offset 'substatement' ++) (c-set-offset 'brace-list-intro' ++) + (c-set-offset 'statement-case-intro' ++) ))) (setq c++-mode-hook c-mode-hook) |