0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Mark Deric
afd3fce36d
Fix .dir-locals.el-example so that it works
Fixed for syntax differences required between .emacs and
.dir-locals.el.  The previous version of this file may have worked in
.emacs context; I did not check that.  But it certainly did _not_ work
in .dir-locals.el context; the new file does work.

Signed-off-by: Mark Deric <jmark@openvpn.net>
2023-06-16 18:48:22 +02:00
Frank Lichtenheld
cf950844d0
.dir-locals.el-example: Fix arglist-cont-nonempty
Need to align by first argument, not by function name.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
2023-05-22 14:50:39 +02:00
David Sommerseth
66527fa611
Add code style configurations
This adds a clang-format with the new code style for OpenVPN 3.

A very light Emacs dir-locals configuration has also been added, but
that will most likely not cover all the formatting aspects which
clang-format does.  Running clang-format before committing is still
highly recommended to ensure the coding style is consistent.

Signed-off-by: David Sommerseth <davids@openvpn.net>
2022-09-14 17:35:30 +02:00