1234567891011121314151617181920 |
- # files format check exclude path, please follow the instructions below to modify;
- # 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.
- dir_path:
- - STM32F0xx_HAL
- - STM32F1xx_HAL
- - STM32F2xx_HAL
- - STM32F3xx_HAL
- - STM32F4xx_HAL
- - STM32F7xx_HAL
- - STM32G0xx_HAL
- - STM32G4xx_HAL
- - STM32H7xx_HAL
- - STM32L0xx_HAL
- - STM32L1xx_HAL
- - STM32L4xx_HAL
- - STM32MPxx_HAL
- - STM32WBxx_HAL
- - STM32WLxx_HAL
|