Logo
Explore Help
Sign In
NuKVM/libvirt
3
0
Fork 0
You've already forked libvirt
mirror of https://github.com/libvirt/libvirt.git synced 2025-02-25 18:55:26 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
2593f9692df0f128b14cde811e18aa49c1cf3e06
libvirt/.dir-locals.el

15 lines
285 B
EmacsLisp
Raw Normal View History

misc: encode the Emacs suggstions from HACKING into a .dir-locals.el file With this file in place, opening any source file in libvirt will set up Emacs for proper indentation.
2010-11-01 12:03:17 +01:00
(
(c-mode . (
(c-file-style . "K&R")
(indent-tabs-mode . nil)
(c-indent-level . 4)
(c-basic-offset . 4)
))
maint: whitespace cleanup * .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.
2011-02-04 11:16:35 -07:00
(html-mode . (
(indent-tabs-mode . nil)
))
maint: make spacing in .sh files easier 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.
2011-03-14 08:36:26 -06:00
(sh-mode . (
(indent-tabs-mode . nil)
))
misc: encode the Emacs suggstions from HACKING into a .dir-locals.el file With this file in place, opening any source file in libvirt will set up Emacs for proper indentation.
2010-11-01 12:03:17 +01:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 30ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API