.clang-format-ignore 436 B

12345678910
  1. # .clang-format-ignore File Description:
  2. # ----------------------------------------------------------------------------------------
  3. # 1. Used to specify which files or directories should be skipped by the clang-format tool.
  4. # 2. Follows syntax rules similar to .gitignore.
  5. # 3. Supports wildcard patterns and path matching.
  6. # 4. clang-format will recursively apply the .clang-format-ignore rules.
  7. /lwip-1.4.1/
  8. /lwip-2.0.3/
  9. /lwip-2.1.2/