lang/cc: reindent line on { #510

This commit is contained in:
Henrik Lissner 2018-04-06 19:35:20 -04:00
parent 2ea35c0175
commit 80e94ac91f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -103,7 +103,7 @@ compilation database is present in the project.")
;; custom bindings. We'll do this ourselves. ;; custom bindings. We'll do this ourselves.
(setq c-tab-always-indent nil (setq c-tab-always-indent nil
c-electric-flag nil) c-electric-flag nil)
(dolist (key '("#" "{" "}" "/" "*" ";" "," ":" "(" ")" "\177")) (dolist (key '("#" "}" "/" "*" ";" "," ":" "(" ")" "\177"))
(define-key c-mode-base-map key nil)) (define-key c-mode-base-map key nil))
;; Smartparens and cc-mode both try to autoclose angle-brackets intelligently. ;; Smartparens and cc-mode both try to autoclose angle-brackets intelligently.
;; The result isn't very intelligent (causes redundant characters), so just do ;; The result isn't very intelligent (causes redundant characters), so just do