.ignore_format.yml 820 字节
Newer Older
1
# files format check exclude path, please follow the instructions below to modify;
2 3 4 5 6 7 8
# 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:
- bsp/allwinner_tina/libcpu/cpu.c

dir_path:
9 10 11
- tools
- components/net/lwip-1.4.1
- components/net/lwip-2.0.2
12
- components/net/lwip-2.0.3
马志远 已提交
13 14
- components/net/lwip-2.1.2
- bsp/mm32f327x/Libraries
1
1 已提交
15
- bsp/fm33lc026/libraries
M
Mr.Tiger 已提交
16 17 18 19 20 21 22 23 24
- bsp/stm32/libraries/STM32F0xx_HAL
- bsp/stm32/libraries/STM32F2xx_HAL
- bsp/stm32/libraries/STM32F4xx_HAL
- bsp/stm32/libraries/STM32F7xx_HAL
- bsp/stm32/libraries/STM32G0xx_HAL
- bsp/stm32/libraries/STM32G4xx_HAL
- bsp/stm32/libraries/STM32L4xx_HAL
- bsp/stm32/libraries/STM32MPxx_HAL
- bsp/stm32/libraries/STM32WBxx_HAL
J
jqj96 已提交
25
- bsp/stm32/libraries/STM32H7xx_HAL