diff options
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index 517aced37a..93a4b14123 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -60,6 +60,8 @@ PATHS = [ EXCLUSIONS = [ # The cc3200 port is not fully formatted yet. "ports/cc3200/*/*.[ch]", + # ESP-IDF downloads 3rd party code. + "ports/esp32/managed_components/*", # The nrf port is not fully formatted yet. "ports/nrf/boards/*.[ch]", "ports/nrf/device/*.[ch]", |