aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* maint: make spacing in .sh files easierEric Blake2011-03-141-0/+3
| | | | | | | | | Commit 7f193757 renamed libvirt-guests.init from .in to .sh, which made it slip past sc_TAB_in_indentation. I nearly reintroduced a tab, so I'm pushing this to prevent that from happening. * cfg.mk (sc_TAB_in_indentation): Update rule to include .sh files. * .dir-locals.el: List spacing preference for .sh files.
* maint: whitespace cleanupEric Blake2011-02-091-0/+3
| | | | | | | | | * .dir-locals.el (html-mode): Let emacs help out. * cfg.mk (sc_TAB_in_indentation): Check more files. * docs/internals/command.html.in: Fix offenders. * docs/formatdomain.html.in: Likewise. * docs/internals.html.in: Likewise. Reported by Jiri Denemark.
* misc: encode the Emacs suggstions from HACKING into a .dir-locals.el fileDiego Elio Pettenò2010-11-011-0/+8
With this file in place, opening any source file in libvirt will set up Emacs for proper indentation.