-
Notifications
You must be signed in to change notification settings - Fork 5.3k
utilize the clang-format-ignore mechanism in bsp/nxp (#10764) #10827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # .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/board.c | ||
| /board/MCUX_Config/ | ||
| /xip/ | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 IMXRT library | ||
| /MIMXRT1060/ | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # .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 LPC55Sxx library | ||
| /LPC55S6X/ | ||
| /LPC55S06/ | ||
| /LPC5502/ | ||
| /LPC55S28/ | ||
| /LPC55S36/ | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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/ |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 MCXC library | ||
| /MCXC444/ | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 MCXN library | ||
| /MCXN947/ | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.