doc/dir-locals.example.el
0 → 100644
+17
−0
+2
−0
Loading
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 0927f0d8)