summaryrefslogtreecommitdiff
path: root/tools/codeformat.py
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2020-03-20 11:02:08 +0100
committerDamien George <damien.p.george@gmail.com>2020-03-25 00:36:42 +1100
commit1b3e0e10b927b98f6ebaf62503220dfae0e599d9 (patch)
tree6961942d51df8a681847340fc5a4755b950fee13 /tools/codeformat.py
parent76a5b3a97a36e03d8339c11acd14d235d1c161d1 (diff)
tools/codeformat.py: Include all msvc C code in auto-format.
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-xtools/codeformat.py1
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",