VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/doc/dir-locals.example.el@ 109307

Last change on this file since 109307 was 109052, checked in by vboxsync, 4 weeks ago

openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. ​bugref:10890

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 449 bytes
Line 
1;;; This is an example of what a .dir-locals.el suitable for OpenSSL
2;;; development could look like.
3;;;
4;;; Apart from setting the CC mode style to "OpenSSL-II", it also
5;;; makes sure that tabs are never used for indentation in any file,
6;;; and that the fill column is 78.
7;;;
8;;; For more information see (info "(emacs) Directory Variables")
9
10((nil
11 (indent-tabs-mode . nil)
12 (fill-column . 70)
13 )
14 (c-mode
15 (c-file-style . "OpenSSL-II")))
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette