Changes between Version 13 and Version 14 of Contributing/CodingStyle


Ignore:
Timestamp:
07/31/2014 03:35:31 PM (10 years ago)
Author:
Cas
Comment:

update js style

Legend:

Unmodified
Added
Removed
Modified
  • Contributing/CodingStyle

    v13 v14  
    22 
    33== Common == 
    4  * Max line length `119` rather than usual `79`. That said, where possible keep to `79`. 
    5  
    6  
     4 * Line length: Maximum of `119` rather than usual `79`. That said, where possible keep to `79`. 
     5 * Indent: `4 spaces`, no tabs. 
    76 
    87== Python == 
     
    4342== Javascript == 
    4443 
     44Using [https://github.com/jedmao/codepainter codepainter] with `hautelook` style will ensure a consistent coding style.  
     45{{{ 
     46codepaint xform -p hautelook "file.js" 
     47}}} 
     48 
    4549 * Classes should follow the Ext coding style. 
    4650 * Class names should be in !CamelCase