]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.10
authorfred <fred>
Sun, 24 Mar 2002 19:54:35 +0000 (19:54 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:54:35 +0000 (19:54 +0000)
Documentation/CodingStyle.pod

index cddf90b58ead3a012aa72e3b7587a3583574736d..5e0048a36475082c29cec15f2783d6a398ec4043 100644 (file)
@@ -66,12 +66,8 @@ The class Class_name_abbreviation is coded in F<class-name-abbr.*>
 in emacs:
 
 
-       (add-hook 'c-mode-hook
-                 '(lambda ()(setq c-basic-offset 4)))
-
-
        (add-hook 'c++-mode-hook
-                 '(lambda() (c-set-style "Stroustrup")
+                 '(lambda() (c-set-style "gnu")
                     )
                  )