The branch master has been updated
       via  8973112884e67feb46384b573db14e62ad18d4cb (commit)
      from  5295b99b5606e3502b9af06a2cf54acf2187a34a (commit)


- Log -----------------------------------------------------------------
commit 8973112884e67feb46384b573db14e62ad18d4cb
Author: Richard Levitte <[email protected]>
Date:   Fri Jun 22 09:33:29 2018 +0200

    OpenSSL-II style for emacs: don't indent because of extern block
    
    We don't want an indentation step inside a 'extern "C" {' .. '}'
    block.  Apparently, cc-mode has a c-offsets-alist keyword to allow
    exactly this.
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Matthias St. Pierre <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/6557)

-----------------------------------------------------------------------

Summary of changes:
 doc/openssl-c-indent.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/openssl-c-indent.el b/doc/openssl-c-indent.el
index 38e7a4f..59dec44 100644
--- a/doc/openssl-c-indent.el
+++ b/doc/openssl-c-indent.el
@@ -54,6 +54,7 @@
                 (arglist-close . c-lineup-arglist)           ; From "gnu" style
                 (inline-open . 0)                            ; From "gnu" style
                 (brace-list-open . +)                        ; From "gnu" style
+                (inextern-lang . 0)     ; Don't indent inside extern block
                 (topmost-intro-cont first c-lineup-topmost-intro-cont
                                     c-lineup-gnu-DEFUN-intro-cont) ; From 
"gnu" style
                 )
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to