diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-04 23:28:26 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-11 12:51:05 -0400 |
commit | c1f743c416a6d5763ea54b3b916555b5a0795550 (patch) | |
tree | 895de7ab2c5d4ccfc8eadb387505203dca52f0db | |
parent | Deal with remnants of SUBSTS_RM (diff) |
Set C indentation style to bsd
Diffstat (limited to '')
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ (require 'auto-indent-mode) (auto-indent-global-mode) +;;;; CC-mode, bundled with emacs +(setq c-default-style "bsd") + ;;;; DICTEM (require 'dictem) |