Skip to content

Commit 2e1cf8d

Browse files
authored
utilize the clang-format-ignore mechanism in bsp/nxp
1 parent 95f7287 commit 2e1cf8d

File tree

8 files changed

+19
-30
lines changed

8 files changed

+19
-30
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP imxrt1060-nxp-evk library
9+
/board/MCUX_Config/
10+
/xip/

bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/.ignore_format.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

bsp/nxp/imx/imxrt/libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

bsp/nxp/lpc/lpc55sxx/Libraries/.ignore_format.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# .clang-format-ignore File Description:
2+
# ----------------------------------------------------------------------------------------
3+
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
4+
# 2. Follows syntax rules similar to .gitignore.
5+
# 3. Supports wildcard patterns and path matching.
6+
# 4. clang-format will recursively apply the .clang-format-ignore rules.
7+
8+
# NXP MCXA library
9+
/MCXA153/

bsp/nxp/mcx/mcxa/Libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

bsp/nxp/mcx/mcxc/Libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

bsp/nxp/mcx/mcxn/Libraries/.ignore_format.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)