use %license macro to copy the COPYING file.
[platform/core/uifw/coregl.git] / astyle-format.txt
1 Apply coding style with astyle
2
3 1. To apply coregl coding style to .c code, run this command:
4          astyle -A4 -t4 -xT4 -p -z2 -H -k3 -W3 -xC80 -xL -n -r  "./*.c"
5
6 2. To apply coregl coding style to .h code, run this command:
7          astyle -A4 -t4 -xT4 -p -z2 -H -k3 -W3 -xC80 -xL -n -r  "./*.h"
8  
9    notice: do not apply this command to khronos headers: ex. sub-directory of include_KHR/