Use for awk it's style.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Jul 2010 17:13:55 +0300
changeset 423 d1f5db3f7f06
parent 422 021017e52754
child 424 188eba7735eb
Use for awk it's style.
.emacs-my
--- a/.emacs-my	Sun Jul 25 11:18:14 2010 +0300
+++ b/.emacs-my	Sun Jul 25 17:13:55 2010 +0300
@@ -1039,7 +1039,12 @@
 
 (add-hook 'c-mode-common-hook
           (lambda () (c-add-style "my" my-c-style t)))
-(setq c-default-style '((java-mode . "my") (c-mode . "my") (csharp-mode . "my") (c++-mode . "my") (objc-mode . "my") (other . "my")))
+(setq c-default-style
+      '(
+        (java-mode . "my") (c-mode . "my") (csharp-mode . "my") (c++-mode . "my") (objc-mode . "my")
+        (awk-mode . "awk")
+        (other . "my")
+        ))
 
 ;; ----------------------------------------------------------------------
 ;; bat file, batch, loaded from 'generic-x.el'.