.ignore_format.yml 402 B

123456789101112131415
  1. # files format check exclude path, please follow the instructions below to modify;
  2. # If you need to exclude an entire folder, add the folder path in dir_path;
  3. # If you need to exclude a file, add the path to the file in file_path.
  4. dir_path:
  5. - STM32F0xx_HAL
  6. - STM32F2xx_HAL
  7. - STM32F4xx_HAL
  8. - STM32F7xx_HAL
  9. - STM32G0xx_HAL
  10. - STM32G4xx_HAL
  11. - STM32L4xx_HAL
  12. - STM32MPxx_HAL
  13. - STM32WBxx_HAL
  14. - STM32H7xx_HAL