[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
openssl-devel
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 CHANGES
595,440 B
SET
[ EDIT ]
|
[ DEL ]
📄 dir-locals.example.el
449 B
SET
[ EDIT ]
|
[ DEL ]
📄 openssl-c-indent.el
3,285 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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")))