Skip to content

Commit

Permalink
Tweak code style settings
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Sep 9, 2024
1 parent 016e2f6 commit 7a7ae05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ EmptyLineAfterAccessModifier: Never
# Constructors
PackConstructorInitializers: Never
SpaceBeforeCtorInitializerColon: true
ConstructorInitializerIndentWidth: 4
ConstructorInitializerIndentWidth: 2
BreakConstructorInitializers: BeforeColon

# Inheritance
Expand Down
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ CheckOptions:
- { key: readability-identifier-naming.GlobalConstantCase, value: CamelCase }
- { key: readability-identifier-naming.GlobalConstantPrefix, value: k }
- { key: readability-identifier-naming.ConstexprVariableCase, value: CamelCase }
- { key: readability-identifier-naming.ConstexprVariableIgnoredRegexp, value: "([a-z0-9]+|_)+" }
- { key: readability-identifier-naming.ConstexprVariablePrefix, value: k }
- { key: readability-identifier-naming.StructMemberCase, value: lower_case }
- { key: readability-identifier-naming.ClassMemberCase, value: CamelCase }
Expand Down

0 comments on commit 7a7ae05

Please sign in to comment.