1e1051a39Sopenharmony_ci;;; This is an example of what a .dir-locals.el suitable for OpenSSL
2e1051a39Sopenharmony_ci;;; development could look like.
3e1051a39Sopenharmony_ci;;;
4e1051a39Sopenharmony_ci;;; Apart from setting the CC mode style to "OpenSSL-II", it also
5e1051a39Sopenharmony_ci;;; makes sure that tabs are never used for indentation in any file,
6e1051a39Sopenharmony_ci;;; and that the fill column is 78.
7e1051a39Sopenharmony_ci;;;
8e1051a39Sopenharmony_ci;;; For more information see (info "(emacs) Directory Variables")
9e1051a39Sopenharmony_ci
10e1051a39Sopenharmony_ci((nil
11e1051a39Sopenharmony_ci  (indent-tabs-mode . nil)
12e1051a39Sopenharmony_ci  (fill-column . 70)
13e1051a39Sopenharmony_ci  )
14e1051a39Sopenharmony_ci (c-mode
15e1051a39Sopenharmony_ci  (c-file-style . "OpenSSL-II")))
16