Changes between Version 4 and Version 5 of CodeStyle


Ignore:
Timestamp:
12/02/16 18:56:15 (7 years ago)
Author:
Gert Döring
Comment:

indent cli

Legend:

Unmodified
Added
Removed
Modified
  • CodeStyle

    v4 v5  
    8484
    8585This makes the intent immediately clear to the reader / reviewer.
     86
     87= GNU Indent rules =
     88to get the above effect, use
     89{{{
     90gindent -kr -bl -nce file.c
     91}}}
     92(though other options might be needed, work in progress)