Skip to content

Commit

Permalink
Update clang config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 7, 2024
1 parent 3a264f1 commit 7909fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AllowShortFunctionsOnASingleLine: None
BraceWrapping:
AfterNamespace: true
BeforeWhile: true
# BreakAfterAttributes: Always # clang-format-16
BreakAfterAttributes: Always
BreakBeforeBraces: Allman
ColumnLimit: 120
FixNamespaceComments: true
Expand Down
5 changes: 5 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none

0 comments on commit 7909fa0

Please sign in to comment.