source: pacpusframework/branches/2.0-beta1/CODING_STYLE.txt@ 146

Last change on this file since 146 was 146, checked in by Marek Kurdej, 11 years ago

Update: refactoring in XmlConfigFile.
Added: attributes 'prefix', 'postfix', 'extension' in <parameters>.
Example: <parameters prefix="" postfix="_d" extension="dll">

  • Property svn:executable set to *
File size: 325 bytes
Line 
1Follow the coding style described in:
2 http://www.webkit.org/coding/coding-style.html
3
4If possible, use clang-format tool to format your code:
5 // in-place formatting
6 clang-format -i --style="WebKit" INPUT_FILE
7
8 // out-of-place formatting
9 clang-format --style="WebKit" INPUT_FILE > OUTPUT_FILE
Note: See TracBrowser for help on using the repository browser.