Last change
on this file since 365 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
|
Rev | Line | |
---|
[146] | 1 | Follow the coding style described in:
|
---|
| 2 | http://www.webkit.org/coding/coding-style.html
|
---|
[89] | 3 |
|
---|
[146] | 4 | If possible, use clang-format tool to format your code:
|
---|
| 5 | // in-place formatting
|
---|
| 6 | clang-format -i --style="WebKit" INPUT_FILE
|
---|
[89] | 7 |
|
---|
[146] | 8 | // out-of-place formatting
|
---|
| 9 | clang-format --style="WebKit" INPUT_FILE > OUTPUT_FILE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.