]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an example .dir-locals.el
authorRichard Levitte <richard@levitte.org>
Mon, 31 Aug 2015 15:25:17 +0000 (17:25 +0200)
committerRichard Levitte <richard@levitte.org>
Mon, 31 Aug 2015 16:15:32 +0000 (18:15 +0200)
commit0927f0d822b1e0f55cb7d8bacf9004ad3495514b
treecfa4dec269c8437ea5be7fea4410d952cc400cba
parentd9b3554b2d9724bc2d1621a026ddaf0223e2d191
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>
doc/dir-locals.example.el [new file with mode: 0644]
doc/openssl-c-indent.el