forked from lix-project/lix
.dir-locals.el: Set c-block-comment-prefix
This commit is contained in:
parent
a2c27022e9
commit
062a584f12
|
@ -1,6 +1,7 @@
|
|||
((c++-mode . (
|
||||
(c-file-style . "k&r")
|
||||
(c-basic-offset . 4)
|
||||
(c-block-comment-prefix . " ")
|
||||
(indent-tabs-mode . nil)
|
||||
(tab-width . 4)
|
||||
(show-trailing-whitespace . t)
|
||||
|
|
Loading…
Reference in a new issue