Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.7 SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/FORMATTING

Function: astyle [sel/cp/formatting] obj &optional style options

Apply Artistic Style to obj.

Function: clang-format [sel/cp/formatting] obj &optional style

Apply ‘clang-format‘ to obj.

Function: clang-tidy [sel/cp/formatting] obj &optional checks

Apply ‘clang-tidy‘ to obj.

Generic Function: format-genome [sel/cp/formatting] software &key

Generic method to code format software which may be beautified.

Method: format-genome [sel/cp/formatting] (project project) &key

Apply a code formatting tool to each file in project.

Method: format-genome [sel/cp/formatting] (obj simple) &key

Trivial format method for simple genomes.

Method: format-genome [sel/cp/formatting] (obj python) &key

Format the genome of obj using yapf (Yet Another Python Formatter).

Method: format-genome [sel/cp/formatting] (obj clang) &key

Apply Artistic Style to obj to format the software.

Function: prettier [sel/cp/formatting] obj

Apply ‘prettier‘ to obj.

Function: yapf [sel/cp/formatting] obj &optional style

Apply ‘yapf‘ to obj.


Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]