Changes between Version 3 and Version 4 of CodeStyle


Ignore:
Timestamp:
11/19/16 10:32:28 (7 years ago)
Author:
Steffan Karger
Comment:

pasto fix

Legend:

Unmodified
Added
Removed
Modified
  • CodeStyle

    v3 v4  
    3232= Line wrapping =
    3333The maximum line length is 80 characters.  When lines exceed this length, wrap them using a double indent (ie 8 spaces) on the new line.  For example:
    34 For example:
    3534{{{#!c
    3635void my_function(void)