summaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorChristian Walther <cwalther@gmx.ch>2024-01-05 15:52:09 +0100
committerDamien George <damien@micropython.org>2024-03-26 12:49:09 +1100
commitbe89d4376b810dcaf5b3d26526f0207b6eb0e570 (patch)
tree42f2695afc756cd0c54890aef8de5fcee0e570ed /tools
parentd1a3e7d292b63fe4307c3bd417b6df8efe7c6700 (diff)
downloadmicropython-be89d4376b810dcaf5b3d26526f0207b6eb0e570.tar.gz
micropython-be89d4376b810dcaf5b3d26526f0207b6eb0e570.zip
nrf/modules/machine: Enable code formatting.
It destroys a few manual alignments, but these seem minor compared to the benefit of automated code style consistency. Signed-off-by: Christian Walther <cwalther@gmx.ch>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/codeformat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py
index bd37aec467..c65174ddc1 100755
--- a/tools/codeformat.py
+++ b/tools/codeformat.py
@@ -59,11 +59,9 @@ EXCLUSIONS = [
"ports/nrf/drivers/*.[ch]",
"ports/nrf/modules/ble/*.[ch]",
"ports/nrf/modules/board/*.[ch]",
- "ports/nrf/modules/machine/*.[ch]",
"ports/nrf/modules/music/*.[ch]",
"ports/nrf/modules/ubluepy/*.[ch]",
"ports/nrf/modules/os/*.[ch]",
- "ports/nrf/modules/time/*.[ch]",
# STM32 USB dev/host code is mostly 3rd party.
"ports/stm32/usbdev/**/*.[ch]",
"ports/stm32/usbhost/**/*.[ch]",