Skip to content

Commit

Permalink
clang-format: update class/struct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Apr 8, 2024
1 parent 5037a63 commit e05077c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
Standard: Cpp11
Language: Cpp

UseTab: Never
IndentWidth: '4'
IndentWidth: 4
TabWidth: 4
IndentAccessModifiers: true

ColumnLimit: 0

BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: True

DerivePointerAlignment: 'false'
DerivePointerAlignment: false
PointerAlignment: Middle

IncludeBlocks: Preserve
SortIncludes: Never

ReflowComments: 'true'

ReflowComments: true
...

0 comments on commit e05077c

Please sign in to comment.