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)
commitfc90ab42db6de59f2d1d9ea35141963c9db98083
tree403b3c5adb39960d7e67c4f7e29f8dc993ad5944
parent8d677c10f91af886b229207dbc1119a1e98da619
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