Skip to content

Commit d36ce16

Browse files
committed
tools: change code foramtting path
1 parent 0ce93b0 commit d36ce16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/codeformat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737
# C
3838
"m5stack/*.[ch]",
3939
"m5stack/cmodules/**/*.[ch]",
40+
"tools/littlefs/*.[ch]",
4041
# Python
4142
"m5stack/*.py",
4243
"m5stack/modules/*.py",
43-
"tools/**/*.py",
44+
"tools/*.py",
4445
"tests/**/*.py",
4546
]
4647

0 commit comments

Comments
 (0)