You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python script which formats code depending on language
Script takes one positional argument (input file path) and one switch to select programming language
Script should be usable as module or as standalone executable script.
Script should call underlying code formatting tool and then counts lines changed by tool
Issue with undesired line breaks can be fixed with "-l 255" option for the PTOP.
Hovewer, with this option PTOP sometimes adds extra spaces at the end of line.
This issue can be fixed with postprocessing formatted file: Python script should trim spaces at the end of each string
python script which formats code depending on language
Script takes one positional argument (input file path) and one switch to select programming language
Script should be usable as module or as standalone executable script.
Script should call underlying code formatting tool and then counts lines changed by tool
Pascal support with PTOP
See also our coding conventions and early config for PTOP
C++ support with clang-format
See also our config for clang-format
JSON report
Script should create report in JSON format which contains
The text was updated successfully, but these errors were encountered: