Subversion

xoocode

[/] [org.xoocode.xooctory/] [trunk/] [xooctory/] [.dir-locals.el] - Rev 458

Compare with Previous - Blame


;; Directory-local settings for Emacs.

(;; Xooctory doesn't comply with Sun's Java Code Conventions.
 ;; See http://thread.gmane.org/gmane.comp.java.xooctory.devel/12 .
 (java-mode . ((c-file-style . "java")
               (indent-tabs-mode . t)
               (tab-width . 4)))

 (scala-mode . ((indent-tabs-mode . nil)
                (tab-width . 8)))

 (xml-mode  . ((tab-width . 4))))

Powered by WebSVN v1.61