-
Campbell Barton authored
This is meant as a Python version of clang_format_paths.py even though it's possible to run autopep8 directly, supporting the same convention means we can call both commands from "make format" so "make format PATHS=release/scripts" can be used to to format both C/C++ & Python code depending on the path input.
Campbell Barton authoredThis is meant as a Python version of clang_format_paths.py even though it's possible to run autopep8 directly, supporting the same convention means we can call both commands from "make format" so "make format PATHS=release/scripts" can be used to to format both C/C++ & Python code depending on the path input.