mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
This commit was generated by cvs2svn to compensate for changes in r12757,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
ab10d3d509
2 changed files with 1039 additions and 428 deletions
|
|
@ -14,7 +14,6 @@
|
|||
;;
|
||||
;;
|
||||
|
||||
|
||||
;; If `c-auto-newline' is non-`nil', newlines are inserted both
|
||||
;;before and after braces that you insert, and after colons and semicolons.
|
||||
;;Correct C indentation is done on all the lines that are made this way.
|
||||
|
|
@ -30,6 +29,13 @@
|
|||
;; reindent.
|
||||
;(setq c-tab-always-indent nil)
|
||||
|
||||
;;; It seems to me that
|
||||
;;; `M-x set-c-style BSD RET'
|
||||
;;; or
|
||||
;;; (set-c-style "BSD")
|
||||
;;; takes care of the indentation parameters correctly.
|
||||
|
||||
|
||||
;; C does not have anything analogous to particular function names for which
|
||||
;;special forms of indentation are desirable. However, it has a different
|
||||
;;need for customization facilities: many different styles of C indentation
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue