Next: SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/IN-MEMORY-FODDER-DATABASE, Previous: SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/FODDER-DATABASE, Up: Software Evolution Library Index [Contents][Index]
Apply Artistic Style to obj.
obj object to format and return
style style to utilize
options list of additional options to astyle
errno exit code of astyle binary
Apply ‘clang-format‘ to obj.
obj object to format and return
style clang-format style to utilize
errno exit code of clang-format
Apply ‘clang-tidy‘ to obj.
obj object to tidy and return
checks list of clang-tidy checks to apply
errno exit code of clang-tidy
Generic method to code format software which may be beautified.
Apply a code formatting tool to each file in project.
Trivial format method for simple genomes.
Format the genome of obj using yapf (Yet Another Python Formatter).
Apply Artistic Style to obj to format the software.
Apply ‘prettier‘ to obj.
obj object to format and return
errno exit code of prettier
Apply ‘yapf‘ to obj.
obj object to format and return
style yapf style to utilize
errno exit code of yapf