[armedbear-cvs] r14001 - trunk/abcl

rschlatte at common-lisp.net rschlatte at common-lisp.net
Wed Jul 11 11:04:16 UTC 2012


Author: rschlatte
Date: Wed Jul 11 04:04:16 2012
New Revision: 14001

Log:
Set java tab-width to 2

- this will cause Java code to slowly converge towards our preferred
  indentation style

Added:
   trunk/abcl/.dir-locals.el

Added: trunk/abcl/.dir-locals.el
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/abcl/.dir-locals.el	Wed Jul 11 04:04:16 2012	(r14001)
@@ -0,0 +1,6 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((java-mode
+  (c-basic-offset . 2)))
+




More information about the armedbear-cvs mailing list