diff options
author | stijn <stijn@ignitron.net> | 2020-03-20 11:02:08 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-03-25 00:36:42 +1100 |
commit | 1b3e0e10b927b98f6ebaf62503220dfae0e599d9 (patch) | |
tree | 6961942d51df8a681847340fc5a4755b950fee13 /tools/codeformat.py | |
parent | 76a5b3a97a36e03d8339c11acd14d235d1c161d1 (diff) |
tools/codeformat.py: Include all msvc C code in auto-format.
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index b3e3d0126..dba00fafd 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -41,6 +41,7 @@ PATHS = [ "lib/utils/*.[ch]", "mpy-cross/*.[ch]", "ports/*/*.[ch]", + "ports/windows/msvc/**/*.[ch]", "py/*.[ch]", # Python "drivers/**/*.py", |