aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
Commit message (Collapse)AuthorAge
* .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; 'Gravatar Tomi Ollila2012-01-22
| | | | | Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation.
* Set fill column to 70 in .dir-locals.el.Gravatar Austin Clements2012-01-13
| | | | | | This controls where comments and other text wraps. 70 is the default value, so this simply returns it to the default for people who have overridden it. Most notmuch code already adheres to this.
* Add dir-locals style variables for C++, Elisp, and shell code.Gravatar Austin Clements2011-06-23
| | | | | Also, slightly reformat dir-locals.el so that the settings align and to make it friendlier for future additions.
* Add a .dir-locals.el file for the benefit of emacs usersGravatar Daniel Kahn Gillmor2011-05-18
This file causes emacs to automatically set the correct style variables to control indentation, etc. One more thing to make it easier for everyone to collaborate with a consistent coding style. Signed-off-by: Jameson Rollins <jrollins@finestructure.net>