Changes between Version 3 and Version 4 of Coding Style Guidelines


Ignore:
Timestamp:
Nov 7, 2006 5:12:47 PM (17 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Coding Style Guidelines

    v3 v4  
    55 * Code editors should be configured to expand tabs that you type to 4 spaces.
    66
    7 === Braces ===
     7
     8== Braces ==
    89
    910 * Function definitions — open and close braces should be on lines by themselves. Do not put the open brace on the same line as the function signature.