mirror of https://gitee.com/openkylin/libvirt.git
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.
This commit is contained in:
parent
5919afe3c6
commit
d8c9001435
|
@ -0,0 +1,8 @@
|
|||
(
|
||||
(c-mode . (
|
||||
(c-file-style . "K&R")
|
||||
(indent-tabs-mode . nil)
|
||||
(c-indent-level . 4)
|
||||
(c-basic-offset . 4)
|
||||
))
|
||||
)
|
Loading…
Reference in New Issue