thorvg/tools/codestyle
pkosko 1712e7d83f
tools: Automatic code format tool added
Tool allows auto formatting of code according to Google coding standard
for easier control and fixing formatting issues.
2020-12-10 10:38:22 +09:00
..
c++_clang_formatter.sh tools: Automatic code format tool added 2020-12-10 10:38:22 +09:00
code_formatter.sh tools: Automatic code format tool added 2020-12-10 10:38:22 +09:00
cpplint_tizen_160919.py tools: Automatic code format tool added 2020-12-10 10:38:22 +09:00
cpplint_tizen_dir.sh tools: Automatic code format tool added 2020-12-10 10:38:22 +09:00
README tools: Automatic code format tool added 2020-12-10 10:38:22 +09:00

    [Tools] Added scripts for code style validation and auto fixing

    These tools are based on:
    https://review.tizen.org/gerrit/gitweb?p=platform/core/api/webapi-plugins.git;a=tree;f=tools/codestyle;h=8a8bd7adfcfe7ed144e8937fda00ae4e3793c33a;hb=refs/heads/tizen

    [Features]
      - tools/codestyle/code_formatter.sh - formatter for C/C++ (changes files)
      - tools/codestyle/c++_clang_formatter.sh - for auto formating C++ files
      - tools/codestyle/cpplint_tizen_160919.py and tools/codestyle/cpplint_tizen_dir.sh
        scripts for C++ code style validation, provided by HQ
      - code_format - link to script for easier access

    [Help] You can check usage for code_format using '-h' option