mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
8 lines
363 B
Text
8 lines
363 B
Text
[Tools] Added scripts for code style validation and auto fixing
|
|
|
|
[Features]
|
|
- tools/codestyle/code_formatter.sh - formatter for C/C++ (changes files)
|
|
- tools/codestyle/c++_clang_formatter.sh - for auto formating C++ files
|
|
- code_format - link to script for easier access
|
|
|
|
[Help] You can check usage for code_format using '-h' option
|