Last change
on this file since 253 was 172, checked in by DHERBOMEZ Gérald, 11 years ago |
copie des codes de la branche 0.1.x vers le trunk
|
-
Property svn:executable
set to
*
|
File size:
325 bytes
|
Line | |
---|
1 | Follow the coding style described in:
|
---|
2 | http://www.webkit.org/coding/coding-style.html
|
---|
3 |
|
---|
4 | If 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.