1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 16:25:10 +03:00
libvirt-python/.dir-locals.el
Eric Blake ac532c69ea maint: set up preferred emacs settings
Copy the relevant settings from libvirt.git, so that emacs users
maintain the style previously used before the two repos split.

* .dir-locals.el: New file.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-03-24 11:04:15 -06:00

9 lines
171 B
EmacsLisp

(
(c-mode . (
(c-file-style . "K&R")
(indent-tabs-mode . nil)
(c-indent-level . 4)
(c-basic-offset . 4)
))
)