Add an example .dir-locals.el
authorRichard Levitte <richard@levitte.org>
Mon, 31 Aug 2015 15:25:17 +0000 (17:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 31 Aug 2015 16:20:24 +0000 (18:20 +0200)
commit43613c0a0230f73fa4d9eb667c468087750fc68e
tree76efbce619349d341adc7109f04dbefcd3df4448
parent254b259ef0575e235991e12bc261b4b46a6c3c90
Add an example .dir-locals.el

This file, when copied to .dir-locals.el in the OpenSSL source top,
will make sure that the CC mode style "OpenSSL-II" will be used for
all C files.

Additionally, I makes sure that tabs are never used as indentation
character, regardless of the emacs mode, and that the fill column is
78.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 0927f0d822b1e0f55cb7d8bacf9004ad3495514b)
doc/dir-locals.example.el [new file with mode: 0644]
doc/openssl-c-indent.el