diff options
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", |