From 8e3c9fb38332df2ed4a92100fa9df98de26e002e Mon Sep 17 00:00:00 2001 From: ache <11971248+zhou-strontium-qi@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 22:36:53 +0800 Subject: [PATCH] feat:clang format ignore migration --- bsp/Infineon/.clang-format-ignore | 2 ++ .../libs/.ignore_format.yml | 6 ----- bsp/acm32/.clang-format-ignore | 2 ++ bsp/acm32/acm32f0x0-nucleo/.ignore_format.yml | 6 ----- bsp/acm32/acm32f4xx-nucleo/.ignore_format.yml | 6 ----- bsp/apm32/.clang-format-ignore | 6 +++++ bsp/apm32/libraries/.ignore_format.yml | 10 ------- bsp/at32/.clang-format-ignore | 2 ++ bsp/at32/libraries/.ignore_format.yml | 6 ----- bsp/bouffalo_lab/.clang-format-ignore | 3 +++ .../libraries/bl_mcu_sdk/.ignore_format.yml | 7 ----- bsp/core-v-mcu/.clang-format-ignore | 7 +++++ .../core_v_hal_libraries/.ignore_format.yml | 8 ------ .../core-v-mcu/source/.ignore_format.yml | 8 ------ bsp/cvitek/.clang-format-ignore | 2 ++ bsp/cvitek/drivers/.ignore_format.yml | 6 ----- bsp/essemi/.clang-format-ignore | 3 +++ bsp/essemi/es32f0654/.ignore_format.yml | 4 --- bsp/essemi/es32f369x/.ignore_format.yml | 4 --- bsp/essemi/es32vf2264/.ignore_format.yml | 4 --- bsp/fm33lc026/.clang-format-ignore | 2 ++ bsp/fm33lc026/.ignore_format.yml | 6 ----- bsp/ft32/.clang-format-ignore | 2 ++ bsp/ft32/libraries/.ignore_format.yml | 6 ----- bsp/gd32/arm/libraries/.ignore_format.yml | 9 ------- bsp/hc32/.clang-format-ignore | 2 ++ bsp/hc32/libraries/.ignore_format.yml | 9 ------- bsp/hc32l136/.clang-format-ignore | 2 ++ bsp/hc32l136/.ignore_format.yml | 9 ------- bsp/hc32l196/.clang-format-ignore | 2 ++ bsp/hc32l196/.ignore_format.yml | 7 ----- bsp/hk32/.clang-format-ignore | 2 ++ bsp/hk32/.ignore_format.yml | 9 ------- bsp/hpmicro/.clang-format-ignore | 3 +++ bsp/hpmicro/.ignore_format.yml | 27 ------------------- bsp/ht32/.clang-format-ignore | 4 +++ bsp/ht32/libraries/.ignore_format.yml | 8 ------ bsp/renesas/.clang-format-ignore | 15 +++-------- bsp/renesas/libraries/.ignore_format.yml | 6 ----- bsp/renesas/ra4m1-ek/.ignore_format.yml | 9 ------- 40 files changed, 50 insertions(+), 191 deletions(-) create mode 100644 bsp/Infineon/.clang-format-ignore delete mode 100644 bsp/Infineon/psoc6-evaluationkit-062S2/libs/.ignore_format.yml create mode 100644 bsp/acm32/.clang-format-ignore delete mode 100644 bsp/acm32/acm32f0x0-nucleo/.ignore_format.yml delete mode 100644 bsp/acm32/acm32f4xx-nucleo/.ignore_format.yml create mode 100644 bsp/apm32/.clang-format-ignore delete mode 100644 bsp/apm32/libraries/.ignore_format.yml create mode 100644 bsp/at32/.clang-format-ignore delete mode 100644 bsp/at32/libraries/.ignore_format.yml create mode 100644 bsp/bouffalo_lab/.clang-format-ignore delete mode 100755 bsp/bouffalo_lab/libraries/bl_mcu_sdk/.ignore_format.yml create mode 100644 bsp/core-v-mcu/.clang-format-ignore delete mode 100644 bsp/core-v-mcu/Libraries/core_v_hal_libraries/.ignore_format.yml delete mode 100644 bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/.ignore_format.yml create mode 100644 bsp/cvitek/.clang-format-ignore delete mode 100755 bsp/cvitek/drivers/.ignore_format.yml create mode 100644 bsp/essemi/.clang-format-ignore delete mode 100644 bsp/essemi/es32f0654/.ignore_format.yml delete mode 100644 bsp/essemi/es32f369x/.ignore_format.yml delete mode 100644 bsp/essemi/es32vf2264/.ignore_format.yml create mode 100644 bsp/fm33lc026/.clang-format-ignore delete mode 100644 bsp/fm33lc026/.ignore_format.yml create mode 100644 bsp/ft32/.clang-format-ignore delete mode 100644 bsp/ft32/libraries/.ignore_format.yml delete mode 100644 bsp/gd32/arm/libraries/.ignore_format.yml create mode 100644 bsp/hc32/.clang-format-ignore delete mode 100644 bsp/hc32/libraries/.ignore_format.yml create mode 100644 bsp/hc32l136/.clang-format-ignore delete mode 100644 bsp/hc32l136/.ignore_format.yml create mode 100644 bsp/hc32l196/.clang-format-ignore delete mode 100644 bsp/hc32l196/.ignore_format.yml create mode 100644 bsp/hk32/.clang-format-ignore delete mode 100644 bsp/hk32/.ignore_format.yml create mode 100644 bsp/hpmicro/.clang-format-ignore delete mode 100644 bsp/hpmicro/.ignore_format.yml create mode 100644 bsp/ht32/.clang-format-ignore delete mode 100644 bsp/ht32/libraries/.ignore_format.yml delete mode 100644 bsp/renesas/libraries/.ignore_format.yml delete mode 100644 bsp/renesas/ra4m1-ek/.ignore_format.yml diff --git a/bsp/Infineon/.clang-format-ignore b/bsp/Infineon/.clang-format-ignore new file mode 100644 index 00000000000..0e9ef02ce86 --- /dev/null +++ b/bsp/Infineon/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/ diff --git a/bsp/Infineon/psoc6-evaluationkit-062S2/libs/.ignore_format.yml b/bsp/Infineon/psoc6-evaluationkit-062S2/libs/.ignore_format.yml deleted file mode 100644 index 48692ccb88d..00000000000 --- a/bsp/Infineon/psoc6-evaluationkit-062S2/libs/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- TARGET_RTT-062S2 diff --git a/bsp/acm32/.clang-format-ignore b/bsp/acm32/.clang-format-ignore new file mode 100644 index 00000000000..9f45c8afc59 --- /dev/null +++ b/bsp/acm32/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/**/libraries/ \ No newline at end of file diff --git a/bsp/acm32/acm32f0x0-nucleo/.ignore_format.yml b/bsp/acm32/acm32f0x0-nucleo/.ignore_format.yml deleted file mode 100644 index 29b7c31648e..00000000000 --- a/bsp/acm32/acm32f0x0-nucleo/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- libraries diff --git a/bsp/acm32/acm32f4xx-nucleo/.ignore_format.yml b/bsp/acm32/acm32f4xx-nucleo/.ignore_format.yml deleted file mode 100644 index 29b7c31648e..00000000000 --- a/bsp/acm32/acm32f4xx-nucleo/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- libraries diff --git a/bsp/apm32/.clang-format-ignore b/bsp/apm32/.clang-format-ignore new file mode 100644 index 00000000000..a38ca4c668b --- /dev/null +++ b/bsp/apm32/.clang-format-ignore @@ -0,0 +1,6 @@ +# clang-format ignore file +/libraries/APM32F0xx_Library/ +/libraries/APM32F10x_Library/ +/libraries/APM32F4xx_Library/ +/libraries/APM32E10x_Library/ +/libraries/APM32S10x_Library/ diff --git a/bsp/apm32/libraries/.ignore_format.yml b/bsp/apm32/libraries/.ignore_format.yml deleted file mode 100644 index cae5dfac89d..00000000000 --- a/bsp/apm32/libraries/.ignore_format.yml +++ /dev/null @@ -1,10 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- APM32F0xx_Library -- APM32F10x_Library -- APM32F4xx_Library -- APM32E10x_Library -- APM32S10x_Library \ No newline at end of file diff --git a/bsp/at32/.clang-format-ignore b/bsp/at32/.clang-format-ignore new file mode 100644 index 00000000000..faf2c08e9c5 --- /dev/null +++ b/bsp/at32/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/libraries/CMSIS/ diff --git a/bsp/at32/libraries/.ignore_format.yml b/bsp/at32/libraries/.ignore_format.yml deleted file mode 100644 index 832ab6df4f6..00000000000 --- a/bsp/at32/libraries/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- CMSIS diff --git a/bsp/bouffalo_lab/.clang-format-ignore b/bsp/bouffalo_lab/.clang-format-ignore new file mode 100644 index 00000000000..26f9545b95c --- /dev/null +++ b/bsp/bouffalo_lab/.clang-format-ignore @@ -0,0 +1,3 @@ +# clang-format ignore file +/libraries/bl_mcu_sdk/drivers/ +/libraries/bl_mcu_sdk/tools/ diff --git a/bsp/bouffalo_lab/libraries/bl_mcu_sdk/.ignore_format.yml b/bsp/bouffalo_lab/libraries/bl_mcu_sdk/.ignore_format.yml deleted file mode 100755 index 5ed52d4c4fe..00000000000 --- a/bsp/bouffalo_lab/libraries/bl_mcu_sdk/.ignore_format.yml +++ /dev/null @@ -1,7 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- drivers -- tools \ No newline at end of file diff --git a/bsp/core-v-mcu/.clang-format-ignore b/bsp/core-v-mcu/.clang-format-ignore new file mode 100644 index 00000000000..12d9d7fadd7 --- /dev/null +++ b/bsp/core-v-mcu/.clang-format-ignore @@ -0,0 +1,7 @@ +# clang-format ignore file +/Libraries/core_v_hal_libraries/bmsis/ +/Libraries/core_v_hal_libraries/core_v_hal/ +/Libraries/core_v_hal_libraries/core_v_udma_driver/ +/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/core-v-mcu.c +/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/crt0.S +/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/vectors.S \ No newline at end of file diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/.ignore_format.yml b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/.ignore_format.yml deleted file mode 100644 index 9cfedd0fc24..00000000000 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/.ignore_format.yml +++ /dev/null @@ -1,8 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- bmsis -- core_v_hal -- core_v_udma_driver diff --git a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/.ignore_format.yml b/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/.ignore_format.yml deleted file mode 100644 index c4887d694be..00000000000 --- a/bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/source/.ignore_format.yml +++ /dev/null @@ -1,8 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- core-v-mcu.c -- crt0.S -- vectors.S diff --git a/bsp/cvitek/.clang-format-ignore b/bsp/cvitek/.clang-format-ignore new file mode 100644 index 00000000000..be54597603a --- /dev/null +++ b/bsp/cvitek/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/drivers/libraries/ diff --git a/bsp/cvitek/drivers/.ignore_format.yml b/bsp/cvitek/drivers/.ignore_format.yml deleted file mode 100755 index 821281b7e92..00000000000 --- a/bsp/cvitek/drivers/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- libraries \ No newline at end of file diff --git a/bsp/essemi/.clang-format-ignore b/bsp/essemi/.clang-format-ignore new file mode 100644 index 00000000000..a830f7fc6b2 --- /dev/null +++ b/bsp/essemi/.clang-format-ignore @@ -0,0 +1,3 @@ +# clang-format ignore file +/**/libraries/ + diff --git a/bsp/essemi/es32f0654/.ignore_format.yml b/bsp/essemi/es32f0654/.ignore_format.yml deleted file mode 100644 index 242d393b1ae..00000000000 --- a/bsp/essemi/es32f0654/.ignore_format.yml +++ /dev/null @@ -1,4 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; - -dir_path: -- libraries diff --git a/bsp/essemi/es32f369x/.ignore_format.yml b/bsp/essemi/es32f369x/.ignore_format.yml deleted file mode 100644 index 242d393b1ae..00000000000 --- a/bsp/essemi/es32f369x/.ignore_format.yml +++ /dev/null @@ -1,4 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; - -dir_path: -- libraries diff --git a/bsp/essemi/es32vf2264/.ignore_format.yml b/bsp/essemi/es32vf2264/.ignore_format.yml deleted file mode 100644 index 242d393b1ae..00000000000 --- a/bsp/essemi/es32vf2264/.ignore_format.yml +++ /dev/null @@ -1,4 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; - -dir_path: -- libraries diff --git a/bsp/fm33lc026/.clang-format-ignore b/bsp/fm33lc026/.clang-format-ignore new file mode 100644 index 00000000000..0eff1219ee6 --- /dev/null +++ b/bsp/fm33lc026/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/libraries/ diff --git a/bsp/fm33lc026/.ignore_format.yml b/bsp/fm33lc026/.ignore_format.yml deleted file mode 100644 index 29b7c31648e..00000000000 --- a/bsp/fm33lc026/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- libraries diff --git a/bsp/ft32/.clang-format-ignore b/bsp/ft32/.clang-format-ignore new file mode 100644 index 00000000000..e22a659aa9f --- /dev/null +++ b/bsp/ft32/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/libraries/FT32F0xx/ diff --git a/bsp/ft32/libraries/.ignore_format.yml b/bsp/ft32/libraries/.ignore_format.yml deleted file mode 100644 index 21838c34dde..00000000000 --- a/bsp/ft32/libraries/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- FT32F0xx diff --git a/bsp/gd32/arm/libraries/.ignore_format.yml b/bsp/gd32/arm/libraries/.ignore_format.yml deleted file mode 100644 index eecf5a711f6..00000000000 --- a/bsp/gd32/arm/libraries/.ignore_format.yml +++ /dev/null @@ -1,9 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- GD32F10x_Firmware_Library -- GD32F20x_Firmware_Library -- GD32F30x_Firmware_Library -- GD32F4xx_Firmware_Library diff --git a/bsp/hc32/.clang-format-ignore b/bsp/hc32/.clang-format-ignore new file mode 100644 index 00000000000..d3ecbb8d5b0 --- /dev/null +++ b/bsp/hc32/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/libraries/hc32_drivers/ diff --git a/bsp/hc32/libraries/.ignore_format.yml b/bsp/hc32/libraries/.ignore_format.yml deleted file mode 100644 index 4994462272e..00000000000 --- a/bsp/hc32/libraries/.ignore_format.yml +++ /dev/null @@ -1,9 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- hc32f4a0_ddl -- hc32f460_ddl -- hc32f448_ddl -- hc32f472_ddl diff --git a/bsp/hc32l136/.clang-format-ignore b/bsp/hc32l136/.clang-format-ignore new file mode 100644 index 00000000000..f30642e053c --- /dev/null +++ b/bsp/hc32l136/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/Libraries/ diff --git a/bsp/hc32l136/.ignore_format.yml b/bsp/hc32l136/.ignore_format.yml deleted file mode 100644 index 53148ea970f..00000000000 --- a/bsp/hc32l136/.ignore_format.yml +++ /dev/null @@ -1,9 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -file_path: - - -dir_path: -- libraries \ No newline at end of file diff --git a/bsp/hc32l196/.clang-format-ignore b/bsp/hc32l196/.clang-format-ignore new file mode 100644 index 00000000000..cea26da6e02 --- /dev/null +++ b/bsp/hc32l196/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/Libraries/ diff --git a/bsp/hc32l196/.ignore_format.yml b/bsp/hc32l196/.ignore_format.yml deleted file mode 100644 index e3b426e2c5a..00000000000 --- a/bsp/hc32l196/.ignore_format.yml +++ /dev/null @@ -1,7 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - - -dir_path: -- Libraries diff --git a/bsp/hk32/.clang-format-ignore b/bsp/hk32/.clang-format-ignore new file mode 100644 index 00000000000..0eff1219ee6 --- /dev/null +++ b/bsp/hk32/.clang-format-ignore @@ -0,0 +1,2 @@ +# clang-format ignore file +/libraries/ diff --git a/bsp/hk32/.ignore_format.yml b/bsp/hk32/.ignore_format.yml deleted file mode 100644 index 8fa57def6ea..00000000000 --- a/bsp/hk32/.ignore_format.yml +++ /dev/null @@ -1,9 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -file_path: - - -dir_path: -- libraries diff --git a/bsp/hpmicro/.clang-format-ignore b/bsp/hpmicro/.clang-format-ignore new file mode 100644 index 00000000000..8d88b7152f5 --- /dev/null +++ b/bsp/hpmicro/.clang-format-ignore @@ -0,0 +1,3 @@ +# clang-format ignore file +/**/startup/ +/libraries/hpm_sdk/ diff --git a/bsp/hpmicro/.ignore_format.yml b/bsp/hpmicro/.ignore_format.yml deleted file mode 100644 index f0f65ef717f..00000000000 --- a/bsp/hpmicro/.ignore_format.yml +++ /dev/null @@ -1,27 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: - - hpm6200evk/startup - - hpm6200evk/board - - hpm6300evk/startup - - hpm6300evk/board - - hpm6750evk/startup - - hpm6750evk/board - - hpm6750evk2/startup - - hpm6750evk2/board - - hpm6750evkmini/startup - - hpm6750evkmini/board - - hpm5300evk/startup - - hpm5300evk/board - - hpm5301evklite/startup - - hpm5301evklite/board - - hpm6800evk/startup - - hpm6800evk/board - - hpm6e00evk/startup - - hpm6e00evk/board - - hpm6p00evk/startup - - hpm6p00evk/board - - hpm5e00evk/startup - - hpm5e00evk/board diff --git a/bsp/ht32/.clang-format-ignore b/bsp/ht32/.clang-format-ignore new file mode 100644 index 00000000000..cc95d46fb7b --- /dev/null +++ b/bsp/ht32/.clang-format-ignore @@ -0,0 +1,4 @@ +# clang-format ignore file +/libraries/HT32_STD_1xxxx_FWLib/ +/libraries/HT32_STD_5xxxx_FWLib/ +/libraries/usbd_library/ \ No newline at end of file diff --git a/bsp/ht32/libraries/.ignore_format.yml b/bsp/ht32/libraries/.ignore_format.yml deleted file mode 100644 index 265fe032432..00000000000 --- a/bsp/ht32/libraries/.ignore_format.yml +++ /dev/null @@ -1,8 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- HT32_STD_1xxxx_FWLib -- HT32_STD_5xxxx_FWLib -- usbd_library \ No newline at end of file diff --git a/bsp/renesas/.clang-format-ignore b/bsp/renesas/.clang-format-ignore index 1140067a73d..a07b05b3e7f 100644 --- a/bsp/renesas/.clang-format-ignore +++ b/bsp/renesas/.clang-format-ignore @@ -1,11 +1,4 @@ -# .clang-format-ignore File Description: -# ---------------------------------------------------------------------------------------- -# 1. Used to specify which files or directories should be skipped by the clang-format tool. -# 2. Follows syntax rules similar to .gitignore. -# 3. Supports wildcard patterns and path matching. -# 4. clang-format will recursively apply the .clang-format-ignore rules. - -# Renesas Vendor library -**/ra/ -**/ra_cfg/ -**/ra_gen/ +# clang-format ignore file +/**/ra/ +/**/ra_cfg/ +/**/ra_gen/ \ No newline at end of file diff --git a/bsp/renesas/libraries/.ignore_format.yml b/bsp/renesas/libraries/.ignore_format.yml deleted file mode 100644 index fe3bb6215b8..00000000000 --- a/bsp/renesas/libraries/.ignore_format.yml +++ /dev/null @@ -1,6 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- bsp-template \ No newline at end of file diff --git a/bsp/renesas/ra4m1-ek/.ignore_format.yml b/bsp/renesas/ra4m1-ek/.ignore_format.yml deleted file mode 100644 index af51bf92aa6..00000000000 --- a/bsp/renesas/ra4m1-ek/.ignore_format.yml +++ /dev/null @@ -1,9 +0,0 @@ -# files format check exclude path, please follow the instructions below to modify; -# If you need to exclude an entire folder, add the folder path in dir_path; -# If you need to exclude a file, add the path to the file in file_path. - -dir_path: -- ra -- ra_gen -- ra_cfg -- RTE