source: tags/1.5.0/.dir-locals.el

Last change on this file was 14001, checked in by rschlatte, 12 years ago

Set java tab-width to 2

  • this will cause Java code to slowly converge towards our preferred indentation style
File size: 139 bytes
Line 
1;;; Directory Local Variables
2;;; See Info node `(emacs) Directory Variables' for more information.
3
4((java-mode
5  (c-basic-offset . 2)))
6
Note: See TracBrowser for help on using the repository browser.