Skip to content

Commit

Permalink
Adjust clang-tidy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed Aug 16, 2023
1 parent 348d186 commit a00924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Checks: "clang-diagnostic-*,clang-analyzer-*,*,-altera-unroll-loops,-bugprone-ea
WarningsAsErrors: ""
HeaderFilterRegex: ""
AnalyzeTemporaryDtors: false
FormatStyle: none
FormatStyle: file
CheckOptions:
abseil-cleanup-ctad.IncludeStyle: llvm
abseil-string-find-startswith.AbseilStringsMatchHeader: "absl/strings/match.h"
Expand Down

0 comments on commit a00924e

Please sign in to comment.