mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
This commit is contained in:
parent
b7a74d2cea
commit
b402d19f2f
@ -43,6 +43,8 @@
|
||||
(arglist-close . c-lineup-arglist)
|
||||
))
|
||||
(c-special-indent-hook . c-gnu-impose-minimum)
|
||||
(c-comment-continuation-stars . "")
|
||||
(c-hanging-comment-ender-p . t)
|
||||
)
|
||||
("k&r"
|
||||
(c-basic-offset . 5)
|
||||
|
Loading…
Reference in New Issue
Block a user