mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
editors: specify fill column
Let's be a bit more precise with the editor configuration and specify a higher fill column of 119. This isn't as emacs' default of 70, but also not particularly high on today's screens. While we are at it, also set a couple of other emacs C coding style variables.
This commit is contained in:
parent
0c7bff0acc
commit
e84750c905
@ -3,5 +3,11 @@
|
||||
; Mode can be nil, which gives default values.
|
||||
|
||||
((nil . ((indent-tabs-mode . nil)
|
||||
(tab-width . 8)))
|
||||
)
|
||||
(tab-width . 8)
|
||||
(fill-column . 119)))
|
||||
(c-mode . ((c-basic-offset . 8)
|
||||
(eval . (c-set-offset 'substatement-open 0))
|
||||
(eval . (c-set-offset 'statement-case-open 0))
|
||||
(eval . (c-set-offset 'case-label 0))
|
||||
(eval . (c-set-offset 'arglist-intro '++))
|
||||
(eval . (c-set-offset 'arglist-close 0)))))
|
||||
|
Loading…
Reference in New Issue
Block a user