From c1f743c416a6d5763ea54b3b916555b5a0795550 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 4 Mar 2013 23:28:26 -0500 Subject: Set C indentation style to bsd --- .emacs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs b/.emacs index 45faa0b..ec87308 100644 --- a/.emacs +++ b/.emacs @@ -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) -- cgit v1.2.3