Skip to content

Commit

Permalink
Fix "duplicate mapping key" in ClangFormat (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Mar 17, 2024
1 parent 252a085 commit c1be03c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ColumnLimit: 160
Cpp11BracedListStyle: true
IndentCaseLabels: true
IndentWidth: 3
SortIncludes: false
DerivePointerAlignment: false
MaxEmptyLinesToKeep: 3
PointerAlignment: Left
Expand All @@ -35,4 +34,4 @@ SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeRangeBasedForLoopColon: false
TabWidth: 3
UseTab: Always
UseTab: Always

0 comments on commit c1be03c

Please sign in to comment.