mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
utilize the clang-format-ignore mechanism in bsp/nxp
This commit is contained in:
10
bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/.clang-format-ignore
Normal file
10
bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/.clang-format-ignore
Normal file
@@ -0,0 +1,10 @@
|
||||
# .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.
|
||||
|
||||
# NXP imxrt1060-nxp-evk library
|
||||
/board/MCUX_Config/
|
||||
/xip/
|
||||
@@ -1,6 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- board/board.c
|
||||
- board/MCUX_Config
|
||||
- xip
|
||||
@@ -1,4 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- MIMXRT1060
|
||||
@@ -1,8 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- LPC55S6X
|
||||
- LPC55S06
|
||||
- LPC5502
|
||||
- LPC55S28
|
||||
- LPC55S36
|
||||
9
bsp/nxp/mcx/mcxa/Libraries/.clang-format-ignore
Normal file
9
bsp/nxp/mcx/mcxa/Libraries/.clang-format-ignore
Normal file
@@ -0,0 +1,9 @@
|
||||
# .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.
|
||||
|
||||
# NXP MCXA library
|
||||
/MCXA153/
|
||||
@@ -1,4 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- MCXA153
|
||||
@@ -1,4 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- MCXC444
|
||||
@@ -1,4 +0,0 @@
|
||||
# files format check exclude path, please follow the instructions below to modify;
|
||||
|
||||
dir_path:
|
||||
- MCXN947
|
||||
Reference in New Issue
Block a user