003 File Manager
Current Path:
/usr/src/crypto/openssl/doc
usr
/
src
/
crypto
/
openssl
/
doc
/
📁
..
📁
HOWTO
📄
README
(641 B)
📄
dir-locals.example.el
(449 B)
📄
fingerprints.txt
(1.02 KB)
📁
man1
📁
man3
📁
man5
📁
man7
📄
openssl-c-indent.el
(3.21 KB)
Editing: dir-locals.example.el
;;; This is an example of what a .dir-locals.el suitable for OpenSSL ;;; development could look like. ;;; ;;; Apart from setting the CC mode style to "OpenSSL-II", it also ;;; makes sure that tabs are never used for indentation in any file, ;;; and that the fill column is 78. ;;; ;;; For more information see (info "(emacs) Directory Variables") ((nil (indent-tabs-mode . nil) (fill-column . 70) ) (c-mode (c-file-style . "OpenSSL-II")))
Upload File
Create Folder