Don't indent namespaces because it just wastes space
--HG-- extra : convert_revision : 2236838a40bf77689a3d75df718c0da410c3fbb6
This commit is contained in:
parent
438c7f5b64
commit
97c11561ff
1 changed files with 11 additions and 10 deletions
|
@ -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.
|
; All rights reserved.
|
||||||
;
|
;
|
||||||
; Redistribution and use in source and binary forms, with or without
|
; Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -36,4 +36,5 @@
|
||||||
(label . 2)
|
(label . 2)
|
||||||
(statement-case-intro . 2)
|
(statement-case-intro . 2)
|
||||||
(statement-case-open . 2)
|
(statement-case-open . 2)
|
||||||
(access-label . -2)))))
|
(access-label . -2)
|
||||||
|
(innamespace . 0)))))
|
||||||
|
|
Loading…
Reference in a new issue