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:04 +0000 (18:21 +0200)
commit82f42f525bcdaa2d615fb46f6140865b814e9523
treed7c7e9519227402f340d6fd66f14ac1a96c81bca
parentab3f51f4b031c98a916969bafd59d663efa8c57b
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