.ignore_format.yml 482 B

1234567891011121314151617181920
  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. - STM32F1xx_HAL
  7. - STM32F2xx_HAL
  8. - STM32F3xx_HAL
  9. - STM32F4xx_HAL
  10. - STM32F7xx_HAL
  11. - STM32G0xx_HAL
  12. - STM32G4xx_HAL
  13. - STM32H7xx_HAL
  14. - STM32L0xx_HAL
  15. - STM32L1xx_HAL
  16. - STM32L4xx_HAL
  17. - STM32MPxx_HAL
  18. - STM32WBxx_HAL
  19. - STM32WLxx_HAL