summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
Commit message (Collapse)AuthorAgeFilesLines
* dir-locals.el: set case-label offset to 0Ilia Mirkin2016-02-031-0/+1
| | | | | | | | While this is the default, private .emacs files might have it set to something else. No harm in forcing it to 0. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-021-1/+1
| | | | | | | | | | | | | | This limits the style changes to modes inherited from prog-mode. The main reason to do this is to avoid setting fill-column for people using Emacs to edit commit messages because 78 characters is too many to make it wrap properly in git log. Note that makefile-mode also inherits from prog-mode so the fill column should continue to apply there. v2: Apply to all the .dir-locals.el files, not just the one in the root directory. Acked-by: Michel Dänzer <michel.daenzer@amd.com>
* dir-locals.el: Set indent-tabs-mode true for makefile-modeKristian Høgsberg2014-01-291-0/+1
| | | | | | | Makefiles need hard tabs, let's not make that harder than it needs to be. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
* Add emacs setup for the docs/devinfo.html comment wrapping recommendation.Eric Anholt2012-07-111-0/+1
| | | | Reviewed-by: Brian Paul <brianp@vmware.com>
* mesa: update the emacs indent filesZack Rusin2012-06-211-0/+10
dirvars package has been replaced by built-in functionality of dir-locals. preserve the settings in the new infrastructure