Skip to content

Commit

Permalink
chore: Disabled weird checks
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed May 3, 2024
1 parent 696d4ca commit fcbb7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ IndentCaseBlocks: true
IndentCaseLabels: true
InsertBraces: true
InsertNewlineAtEOF: true
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
ReflowComments: false
RemoveParentheses: ReturnStatement
Expand Down
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Checks: <

misc-*
-misc-include-cleaner
-misc-non-private-member-variables-in-classes¶

modernize-*
-modernize-use-trailing-return-type
Expand Down

0 comments on commit fcbb7fb

Please sign in to comment.