Skip to content

Commit

Permalink
A few more format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 4, 2025
1 parent 3e77cea commit 48cb7f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ IncludeCategories:
Regex: ^<
IndentPPDirectives: BeforeHash
IndentWidth: 4
InsertNewlineAtEOF: true
IntegerLiteralSeparator:
Binary: 4
Decimal: 3
DecimalMinDigits: 5
Hex: 4
LineEnding: LF
PackConstructorInitializers: NextLine
PointerAlignment: Right
Expand All @@ -68,7 +74,9 @@ SpaceAfterTemplateKeyword: false
SpaceAroundPointerQualifiers: Both
SpaceBeforeCpp11BracedList: true
SpacesInAngles: Never
SpacesInContainerLiterals: false
Standard: Latest
TabWidth: 4
UseTab: Never
#WrapNamespaceBodyWithEmptyLines: true \todo clang-format 20+
...

0 comments on commit 48cb7f4

Please sign in to comment.