Skip to content

Commit 3f2ae05

Browse files
committed
迁移忽略格式机制:将 .ignore_format.yml 替换为 .clang-format-ignore
1 parent 68a27e1 commit 3f2ae05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+175
-145
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# files format check exclude path, please follow the instructions below to modify;
3+
# If you need to exclude an entire folder, add the folder path in dir_path;
4+
# If you need to exclude a file, add the path to the file in file_path.
5+
6+
# 从 .ignore_format.yml 迁移的规则
7+
/CMSIS/
8+
/VangoV85xx_standard_peripheral/

bsp/Vango/v85xx/Libraries/.ignore_format.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# files format check exclude path, please follow the instructions below to modify;
3+
# If you need to exclude an entire folder, add the folder path in dir_path;
4+
# If you need to exclude a file, add the path to the file in file_path.
5+
6+
# 从 .ignore_format.yml 迁移的规则
7+
/CMSIS/
8+
/VangoV85xxP_standard_peripheral/

bsp/Vango/v85xxp/Libraries/.ignore_format.yml

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

bsp/microchip/same54/.ignore_format.yml renamed to bsp/microchip/samc21/.clang-format-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# If you need to exclude an entire folder, add the folder path in dir_path;
33
# If you need to exclude a file, add the path to the file in file_path.
44

5-
dir_path:
6-
- bsp
5+
# 从 .ignore_format.yml 迁移的规则
6+
/bsp/

bsp/microchip/samd51-seeed-wio-terminal/.ignore_format.yml renamed to bsp/microchip/samd51-adafruit-metro-m4/.clang-format-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# If you need to exclude an entire folder, add the folder path in dir_path;
33
# If you need to exclude a file, add the path to the file in file_path.
44

5-
dir_path:
6-
- bsp
5+
# 从 .ignore_format.yml 迁移的规则
6+
/bsp/
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
12
# files format check exclude path, please follow the instructions below to modify;
23
# If you need to exclude an entire folder, add the folder path in dir_path;
34
# If you need to exclude a file, add the path to the file in file_path.
45

5-
dir_path:
6-
- Libraries/N32_Std_Driver
7-
6+
# 从 .ignore_format.yml 迁移的规则
7+
/bsp/

bsp/microchip/samc21/.ignore_format.yml renamed to bsp/microchip/same54/.clang-format-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# If you need to exclude an entire folder, add the folder path in dir_path;
33
# If you need to exclude a file, add the path to the file in file_path.
44

5-
dir_path:
6-
- bsp
5+
# 从 .ignore_format.yml 迁移的规则
6+
/bsp/

bsp/microchip/samd51-adafruit-metro-m4/.ignore_format.yml renamed to bsp/microchip/same70/.clang-format-ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# If you need to exclude an entire folder, add the folder path in dir_path;
33
# If you need to exclude a file, add the path to the file in file_path.
44

5-
dir_path:
6-
- bsp
5+
# 从 .ignore_format.yml 迁移的规则
6+
/bsp/

bsp/microchip/same70/.ignore_format.yml

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

0 commit comments

Comments
 (0)