From be89d4376b810dcaf5b3d26526f0207b6eb0e570 Mon Sep 17 00:00:00 2001 From: Christian Walther Date: Fri, 5 Jan 2024 15:52:09 +0100 Subject: 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 --- tools/codeformat.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/codeformat.py') diff --git a/tools/codeformat.py b/tools/codeformat.py index bd37aec46..c65174ddc 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]", -- cgit v1.2.3