Browse Source

Remove include sorting

pull/1912/head
duckdoom5 1 year ago
parent
commit
17d03971fa
  1. 13
      .clang-format

13
.clang-format

@ -50,7 +50,8 @@ CompactNamespaces : true
IndentWidth : 4 IndentWidth : 4
IndentCaseLabels : true IndentCaseLabels : true
IndentRequiresClause : true IndentRequiresClause : true
IncludeBlocks : Regroup SortIncludes : Never
IncludeBlocks : Preserve
KeepEmptyLinesAtTheStartOfBlocks : true KeepEmptyLinesAtTheStartOfBlocks : true
MaxEmptyLinesToKeep : 2 MaxEmptyLinesToKeep : 2
EmptyLineAfterAccessModifier : Leave EmptyLineAfterAccessModifier : Leave
@ -70,16 +71,6 @@ SpacesInLineCommentPrefix :
TabWidth : 4 TabWidth : 4
UseTab : Never UseTab : Never
IncludeCategories :
- Regex : '^"'
Priority : 97
- Regex : '<[[:alnum:].]+>'
Priority : 99
- Regex : '^<.*'
Priority : 98
- Regex : '.*'
Priority : 1
SortPriority : 0
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-

Loading…
Cancel
Save