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:21:06 +0000 (18:21 +0200)
commit92d0e6aa94797092eb316550b2229a3bcb6988d9
tree739214a15f06f755f4c1ba141d0be3dcd25173a0
parent13338918303b92d905706382c7df3a1a09c699fd
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