.dir-locals.el: Set c-block-comment-prefix

This commit is contained in:
Eelco Dolstra 2020-07-10 11:21:06 +02:00
parent a2c27022e9
commit 062a584f12
1 changed files with 1 additions and 0 deletions

View File

@ -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)