0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/.dir-locals.el-example

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
384 B
Plaintext
Raw Permalink Normal View History

; Adapted from https://www.emacswiki.org/emacs/IndentingC
; fixed for syntax differences required between .emacs and .dir-locals.el
((c++-mode . ((c-file-style . "stroustrup")
(c-file-offsets
(innamespace . -)
(inline-open . 0)
(inher-cont . c-lineup-multi-inher)
(arglist-cont-nonempty . c-lineup-arglist)
(template-args-cont . +)))))