From: Kenth Eriksson Date: Wed, 12 Jun 2019 13:03:37 +0000 (+0200) Subject: BIRD coding conventions X-Git-Tag: v2.0.5~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2cbb88d1657b4aee366605cb3d8ffcc5d3f90a;p=thirdparty%2Fbird.git BIRD coding conventions Added Emacs config file describing BIRD coding conventions, as suggested by Kenth Eriksson based on existing practice. --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 000000000..f1eb3b513 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,7 @@ +; BIRD project coding conventions + +((c-mode + (c-file-style . "bsd") + (c-basic-offset . 2) + (fill-column . 80) + (show-trailing-whitespace . t)))