We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747544d commit c426c43Copy full SHA for c426c43
.clang-tidy
@@ -6,24 +6,24 @@ FormatStyle: file
6
Checks: '
7
-*,
8
google-*,
9
--google-runtime-int,
10
-google-runtime-references,
11
llvm-include-order,
12
llvm-namespace-comment,
13
misc-throw-by-value-catch-by-reference,
14
modernize*,
+-modernize-use-trailing-return-type,
15
readability-container-size-empty,
16
'
17
18
WarningsAsErrors: '
19
20
21
22
23
24
25
26
27
28
29
0 commit comments