Ver Fonte

clang-format: suppress include main regex

Michele Caini há 2 anos atrás
pai
commit
e0e3786089
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .clang-format

+ 1 - 0
.clang-format

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