clang-format: suppress include main regex

This commit is contained in:
Michele Caini
2024-03-19 10:19:01 +01:00
parent 1c30113338
commit e0e3786089

View File

@@ -23,6 +23,7 @@ IncludeCategories:
Priority: 4
- Regex: '.*'
Priority: 5
IncludeIsMainRegex: "^$"
IndentPPDirectives: AfterHash
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false