[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/scripts/kde-emacs
From:       Zack Rusin <zack () kde ! org>
Date:       2005-03-22 16:31:36
Message-ID: 20050322163136.3566D3C3 () office ! kde ! org
[Download RAW message or body]

CVS commit by zrusin: 

Changing a bit the default KDE style, to what we actually use.
(meaning do not indent inline blocks) eg
void func()
    {
         //not
    }
void func()
{
	//yes
}


  M +2 -1      kde-emacs-core.el   1.16


--- kdesdk/scripts/kde-emacs/kde-emacs-core.el  #1.15:1.16
@@ -134,5 +134,6 @@
                          (c-opt-access-key . ,kde-access-labels)
                                         ; (c-hanging-comment-under-p nil)
-                         (c-offsets-alist (case-label . 0))
+                         (c-offsets-alist . ((case-label . 0)
+                                             (inline-open . 0)))
                          ))
                     


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic