Don't indent namespaces because it just wastes space
authorNathan Binkert <binkertn@umich.edu>
Wed, 24 Mar 2004 15:25:18 +0000 (10:25 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 24 Mar 2004 15:25:18 +0000 (10:25 -0500)
--HG--
extra : convert_revision : 2236838a40bf77689a3d75df718c0da410c3fbb6

util/emacs/m5-c-style.el

index 7f25e9f5fdb87ff3b5c38e6f03698eba1f32c800..b9d16a4b1e75db1d1968ff8fc09809dc6942ab64 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (c) 2003 The Regents of The University of Michigan
+; Copyright (c) 2003-2004 The Regents of The University of Michigan
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
 ;          Steve Reinhardt
 
 (c-add-style "m5"
-             '((c-basic-offset . 4)
-               (c-offsets-alist . ((substatement-open . 0)
-                                   (inline-open . 0)
-                                   (block-open . -4)
-                                   (case-label . 2)
-                                   (label . 2)
-                                   (statement-case-intro . 2)
-                                   (statement-case-open . 2)
-                                   (access-label . -2)))))
+            '((c-basic-offset . 4)
+              (c-offsets-alist . ((substatement-open . 0)
+                                  (inline-open . 0)
+                                  (block-open . -4)
+                                  (case-label . 2)
+                                  (label . 2)
+                                  (statement-case-intro . 2)
+                                  (statement-case-open . 2)
+                                  (access-label . -2)
+                                  (innamespace . 0)))))