You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
410 B
9 lines
410 B
|
5 months ago
|
# .clang-format-ignore File Description:
|
||
|
|
# ----------------------------------------------------------------------------------------
|
||
|
|
# 1. Used to specify which files or directories should be skipped by the clang-format tool.
|
||
|
|
# 2. Follows syntax rules similar to .gitignore.
|
||
|
|
# 3. Supports wildcard patterns and path matching.
|
||
|
|
# 4. clang-format will recursively apply the .clang-format-ignore rules.
|
||
|
|
|
||
|
|
|
||
|
|
/**/elmfat/
|