Skip to content

Commit

Permalink
.dir-locals.el: Set c-block-comment-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 10, 2020
1 parent a2c2702 commit 062a584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 062a584

Please sign in to comment.