mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Set default 80 for Emacs fill-paragraph
This commit is contained in:
parent
2a576b1397
commit
289a502c4a
|
@ -97,6 +97,7 @@ Suitable for inclusion in `c-offsets-alist'."
|
|||
c-semi&comma-no-newlines-before-nonblanks))
|
||||
(c-indent-comments-syntactically-p . t)
|
||||
(comment-column . 40)
|
||||
(fill-column . 80)
|
||||
(c-indent-comment-alist . ((other . (space . 2))))
|
||||
(c-cleanup-list . (brace-else-brace
|
||||
brace-elseif-brace
|
||||
|
|
Loading…
Reference in New Issue
Block a user