Skip to content

Commit

Permalink
Update clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Nov 19, 2024
1 parent 533d3b6 commit 8c5cde9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ BasedOnStyle: WebKit
Language: Cpp
PointerAlignment: Left
SpaceBeforeParens: ControlStatements
SpacesInParentheses: 'false'
SpacesInParentheses: false
SeparateDefinitionBlocks: Always
Standard: c++14
UseTab: Never
ColumnLimit: 100
FixNamespaceComments: 'true'
FixNamespaceComments: true
NamespaceIndentation: 'None'
AlwaysBreakTemplateDeclarations: 'Yes'
QualifierAlignment: Right


SortIncludes: 'true'
SortIncludes: 'CaseSensitive'
IncludeCategories:
- Regex: '"*(.hpp)"'
Priority: 2
Expand Down

0 comments on commit 8c5cde9

Please sign in to comment.