-
Notifications
You must be signed in to change notification settings - Fork 2
/
.clang-tidy
377 lines (376 loc) · 25.1 KB
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,clang-diagnostic-*,clang-analyzer-*,clang-diagnostic-*,clang-analyzer-*,clang-diagnostic-*,clang-analyzer-*,-*,google-*,modernize-*,performance-*,portability-*,readability-*,clang-diagnostic-*,clang-analyzer-*,-modernize-pass-by-value,-modernize-use-trailing-return-type,-google-readability-todo,-google-readability-braces-around-statements,-google-runtime-references,-readability-named-parameter,-readability-braces-around-statements,-readability-redundant-declaration,-readability-function-cognitive-complexity,-readability-qualified-auto,-readability-identifier-length'
WarningsAsErrors: ''
HeaderFilterRegex: '.*'
FormatStyle: file
CheckOptions:
cert-dcl16-c.NewSuffixes: 'L;LL;LU;LLU'
cert-err33-c.AllowCastToVoid: 'true'
cert-err33-c.CheckedFunctions: '::aligned_alloc;::asctime_s;::at_quick_exit;::atexit;::bsearch;::bsearch_s;::btowc;::c16rtomb;::c32rtomb;::calloc;::clock;::cnd_broadcast;::cnd_init;::cnd_signal;::cnd_timedwait;::cnd_wait;::ctime_s;::fclose;::fflush;::fgetc;::fgetpos;::fgets;::fgetwc;::fopen;::fopen_s;::fprintf;::fprintf_s;::fputc;::fputs;::fputwc;::fputws;::fread;::freopen;::freopen_s;::fscanf;::fscanf_s;::fseek;::fsetpos;::ftell;::fwprintf;::fwprintf_s;::fwrite;::fwscanf;::fwscanf_s;::getc;::getchar;::getenv;::getenv_s;::gets_s;::getwc;::getwchar;::gmtime;::gmtime_s;::localtime;::localtime_s;::malloc;::mbrtoc16;::mbrtoc32;::mbsrtowcs;::mbsrtowcs_s;::mbstowcs;::mbstowcs_s;::memchr;::mktime;::mtx_init;::mtx_lock;::mtx_timedlock;::mtx_trylock;::mtx_unlock;::printf_s;::putc;::putwc;::raise;::realloc;::remove;::rename;::scanf;::scanf_s;::setlocale;::setvbuf;::signal;::snprintf;::snprintf_s;::sprintf;::sprintf_s;::sscanf;::sscanf_s;::strchr;::strerror_s;::strftime;::strpbrk;::strrchr;::strstr;::strtod;::strtof;::strtoimax;::strtok;::strtok_s;::strtol;::strtold;::strtoll;::strtoul;::strtoull;::strtoumax;::strxfrm;::swprintf;::swprintf_s;::swscanf;::swscanf_s;::thrd_create;::thrd_detach;::thrd_join;::thrd_sleep;::time;::timespec_get;::tmpfile;::tmpfile_s;::tmpnam;::tmpnam_s;::tss_create;::tss_get;::tss_set;::ungetc;::ungetwc;::vfprintf;::vfprintf_s;::vfscanf;::vfscanf_s;::vfwprintf;::vfwprintf_s;::vfwscanf;::vfwscanf_s;::vprintf_s;::vscanf;::vscanf_s;::vsnprintf;::vsnprintf_s;::vsprintf;::vsprintf_s;::vsscanf;::vsscanf_s;::vswprintf;::vswprintf_s;::vswscanf;::vswscanf_s;::vwprintf_s;::vwscanf;::vwscanf_s;::wcrtomb;::wcschr;::wcsftime;::wcspbrk;::wcsrchr;::wcsrtombs;::wcsrtombs_s;::wcsstr;::wcstod;::wcstof;::wcstoimax;::wcstok;::wcstok_s;::wcstol;::wcstold;::wcstoll;::wcstombs;::wcstombs_s;::wcstoul;::wcstoull;::wcstoumax;::wcsxfrm;::wctob;::wctrans;::wctype;::wmemchr;::wprintf_s;::wscanf;::wscanf_s;'
cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField: 'false'
cert-str34-c.DiagnoseSignedUnsignedCharComparisons: 'false'
cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic: 'true'
google-build-namespaces.HeaderFileExtensions: ';h;hh;hpp;hxx'
google-global-names-in-headers.HeaderFileExtensions: ';h;hh;hpp;hxx'
google-readability-braces-around-statements.ShortStatementLines: '1'
google-readability-function-size.BranchThreshold: '4294967295'
google-readability-function-size.LineThreshold: '4294967295'
google-readability-function-size.NestingThreshold: '4294967295'
google-readability-function-size.ParameterThreshold: '4294967295'
google-readability-function-size.StatementThreshold: '800'
google-readability-function-size.VariableThreshold: '4294967295'
google-readability-namespace-comments.ShortNamespaceLines: '10'
google-readability-namespace-comments.SpacesBeforeComments: '2'
google-runtime-int.SignedTypePrefix: int
google-runtime-int.TypeSuffix: ''
google-runtime-int.UnsignedTypePrefix: uint
llvm-else-after-return.WarnOnConditionVariables: 'false'
llvm-else-after-return.WarnOnUnfixable: 'false'
llvm-qualified-auto.AddConstToQualified: 'false'
modernize-avoid-bind.PermissiveParameterList: 'false'
modernize-deprecated-headers.CheckHeaderFile: 'false'
modernize-loop-convert.IncludeStyle: llvm
modernize-loop-convert.MakeReverseRangeFunction: ''
modernize-loop-convert.MakeReverseRangeHeader: ''
modernize-loop-convert.MaxCopySize: '16'
modernize-loop-convert.MinConfidence: reasonable
modernize-loop-convert.NamingStyle: CamelCase
modernize-loop-convert.UseCxx20ReverseRanges: 'true'
modernize-make-shared.IgnoreDefaultInitialization: 'true'
modernize-make-shared.IgnoreMacros: 'true'
modernize-make-shared.IncludeStyle: llvm
modernize-make-shared.MakeSmartPtrFunction: 'std::make_shared'
modernize-make-shared.MakeSmartPtrFunctionHeader: '<memory>'
modernize-make-unique.IgnoreDefaultInitialization: 'true'
modernize-make-unique.IgnoreMacros: 'true'
modernize-make-unique.IncludeStyle: llvm
modernize-make-unique.MakeSmartPtrFunction: 'std::make_unique'
modernize-make-unique.MakeSmartPtrFunctionHeader: '<memory>'
modernize-raw-string-literal.DelimiterStem: lit
modernize-raw-string-literal.ReplaceShorterLiterals: 'false'
modernize-replace-auto-ptr.IncludeStyle: llvm
modernize-replace-disallow-copy-and-assign-macro.MacroName: DISALLOW_COPY_AND_ASSIGN
modernize-replace-random-shuffle.IncludeStyle: llvm
modernize-type-traits.IgnoreMacros: 'false'
modernize-use-auto.MinTypeNameLength: '5'
modernize-use-auto.RemoveStars: 'false'
modernize-use-bool-literals.IgnoreMacros: 'true'
modernize-use-default-member-init.IgnoreMacros: 'true'
modernize-use-default-member-init.UseAssignment: 'false'
modernize-use-emplace.ContainersWithPush: '::std::stack;::std::queue;::std::priority_queue'
modernize-use-emplace.ContainersWithPushBack: '::std::vector;::std::list;::std::deque'
modernize-use-emplace.ContainersWithPushFront: '::std::forward_list;::std::list;::std::deque'
modernize-use-emplace.EmplacyFunctions: 'vector::emplace_back;vector::emplace;deque::emplace;deque::emplace_front;deque::emplace_back;forward_list::emplace_after;forward_list::emplace_front;list::emplace;list::emplace_back;list::emplace_front;set::emplace;set::emplace_hint;map::emplace;map::emplace_hint;multiset::emplace;multiset::emplace_hint;multimap::emplace;multimap::emplace_hint;unordered_set::emplace;unordered_set::emplace_hint;unordered_map::emplace;unordered_map::emplace_hint;unordered_multiset::emplace;unordered_multiset::emplace_hint;unordered_multimap::emplace;unordered_multimap::emplace_hint;stack::emplace;queue::emplace;priority_queue::emplace'
modernize-use-emplace.IgnoreImplicitConstructors: 'false'
modernize-use-emplace.SmartPointers: '::std::shared_ptr;::std::unique_ptr;::std::auto_ptr;::std::weak_ptr'
modernize-use-emplace.TupleMakeFunctions: '::std::make_pair;::std::make_tuple'
modernize-use-emplace.TupleTypes: '::std::pair;::std::tuple'
modernize-use-equals-default.IgnoreMacros: 'true'
modernize-use-equals-delete.IgnoreMacros: 'true'
modernize-use-nodiscard.ReplacementString: '[[nodiscard]]'
modernize-use-noexcept.ReplacementString: ''
modernize-use-noexcept.UseNoexceptFalse: 'true'
modernize-use-nullptr.IgnoredTypes: 'std::_CmpUnspecifiedParam::;^std::__cmp_cat::__unspec'
modernize-use-nullptr.NullMacros: 'NULL'
modernize-use-override.AllowOverrideAndFinal: 'false'
modernize-use-override.FinalSpelling: final
modernize-use-override.IgnoreDestructors: 'false'
modernize-use-override.IgnoreTemplateInstantiations: 'false'
modernize-use-override.OverrideSpelling: override
modernize-use-std-numbers.DiffThreshold: '0.001'
modernize-use-std-numbers.IncludeStyle: llvm
modernize-use-std-print.FprintfLikeFunctions: '::fprintf;absl::FPrintF'
modernize-use-std-print.IncludeStyle: llvm
modernize-use-std-print.PrintHeader: '<print>'
modernize-use-std-print.PrintfLikeFunctions: '::printf;absl::PrintF'
modernize-use-std-print.ReplacementPrintFunction: 'std::print'
modernize-use-std-print.ReplacementPrintlnFunction: 'std::println'
modernize-use-std-print.StrictMode: 'false'
modernize-use-transparent-functors.SafeMode: 'false'
modernize-use-using.IgnoreExternC: 'false'
modernize-use-using.IgnoreMacros: 'true'
performance-enum-size.EnumIgnoreList: ''
performance-faster-string-find.StringLikeClasses: '::std::basic_string;::std::basic_string_view'
performance-for-range-copy.AllowedTypes: ''
performance-for-range-copy.WarnOnAllAutoCopies: 'false'
performance-inefficient-string-concatenation.StrictMode: 'false'
performance-inefficient-vector-operation.EnableProto: 'false'
performance-inefficient-vector-operation.VectorLikeClasses: '::std::vector'
performance-move-const-arg.CheckMoveToConstRef: 'true'
performance-move-const-arg.CheckTriviallyCopyableMove: 'false'
performance-no-automatic-move.AllowedTypes: ''
performance-type-promotion-in-math-fn.IncludeStyle: llvm
performance-unnecessary-copy-initialization.AllowedTypes: ''
performance-unnecessary-copy-initialization.ExcludedContainerTypes: ''
performance-unnecessary-value-param.AllowedTypes: ''
performance-unnecessary-value-param.IncludeStyle: llvm
portability-restrict-system-includes.Includes: '*'
portability-simd-intrinsics.Std: ''
portability-simd-intrinsics.Suggest: 'false'
readability-avoid-const-params-in-decls.IgnoreMacros: 'true'
readability-avoid-return-with-void-value.IgnoreMacros: 'true'
readability-avoid-return-with-void-value.StrictMode: 'true'
readability-const-return-type.IgnoreMacros: 'true'
readability-container-data-pointer.IgnoredContainers: ''
readability-container-size-empty.ExcludedComparisonTypes: '::std::array'
readability-else-after-return.WarnOnConditionVariables: 'true'
readability-else-after-return.WarnOnUnfixable: 'true'
readability-function-size.BranchThreshold: '4294967295'
readability-function-size.LineThreshold: '4294967295'
readability-function-size.NestingThreshold: '4294967295'
readability-function-size.ParameterThreshold: '4294967295'
readability-function-size.StatementThreshold: '800'
readability-function-size.VariableThreshold: '4294967295'
readability-identifier-naming.AbstractClassCase: CamelCase
readability-identifier-naming.AbstractClassIgnoredRegexp: ''
readability-identifier-naming.AbstractClassPrefix: ''
readability-identifier-naming.AbstractClassSuffix: ''
readability-identifier-naming.AggressiveDependentMemberLookup: 'false'
readability-identifier-naming.CheckAnonFieldInParent: 'false'
readability-identifier-naming.ClassCase: CamelCase
readability-identifier-naming.ClassConstantCase: lower_case
readability-identifier-naming.ClassConstantIgnoredRegexp: ''
readability-identifier-naming.ClassConstantPrefix: ''
readability-identifier-naming.ClassConstantSuffix: _
readability-identifier-naming.ClassIgnoredRegexp: ''
readability-identifier-naming.ClassMemberCase: lower_case
readability-identifier-naming.ClassMemberIgnoredRegexp: ''
readability-identifier-naming.ClassMemberPrefix: ''
readability-identifier-naming.ClassMemberSuffix: _
readability-identifier-naming.ClassMethodCase: CamelCase
readability-identifier-naming.ClassMethodIgnoredRegexp: ''
readability-identifier-naming.ClassMethodPrefix: ''
readability-identifier-naming.ClassMethodSuffix: ''
readability-identifier-naming.ClassPrefix: ''
readability-identifier-naming.ClassSuffix: ''
readability-identifier-naming.ConstantCase: CamelCase
readability-identifier-naming.ConstantIgnoredRegexp: ''
readability-identifier-naming.ConstantMemberCase: lower_case
readability-identifier-naming.ConstantMemberIgnoredRegexp: ''
readability-identifier-naming.ConstantMemberPrefix: ''
readability-identifier-naming.ConstantMemberSuffix: ''
readability-identifier-naming.ConstantParameterCase: lower_case
readability-identifier-naming.ConstantParameterIgnoredRegexp: ''
readability-identifier-naming.ConstantParameterPrefix: ''
readability-identifier-naming.ConstantParameterSuffix: ''
readability-identifier-naming.ConstantPointerParameterCase: lower_case
readability-identifier-naming.ConstantPointerParameterIgnoredRegexp: ''
readability-identifier-naming.ConstantPointerParameterPrefix: ''
readability-identifier-naming.ConstantPointerParameterSuffix: ''
readability-identifier-naming.ConstantPrefix: ''
readability-identifier-naming.ConstantSuffix: ''
readability-identifier-naming.ConstexprFunctionCase: CamelCase
readability-identifier-naming.ConstexprFunctionIgnoredRegexp: ''
readability-identifier-naming.ConstexprFunctionPrefix: ''
readability-identifier-naming.ConstexprFunctionSuffix: ''
readability-identifier-naming.ConstexprMethodCase: CamelCase
readability-identifier-naming.ConstexprMethodIgnoredRegexp: ''
readability-identifier-naming.ConstexprMethodPrefix: ''
readability-identifier-naming.ConstexprMethodSuffix: ''
readability-identifier-naming.ConstexprVariableCase: CamelCase
readability-identifier-naming.ConstexprVariableIgnoredRegexp: ''
readability-identifier-naming.ConstexprVariablePrefix: ''
readability-identifier-naming.ConstexprVariableSuffix: ''
readability-identifier-naming.EnumCase: CamelCase
readability-identifier-naming.EnumConstantCase: CamelCase
readability-identifier-naming.EnumConstantIgnoredRegexp: ''
readability-identifier-naming.EnumConstantPrefix: ''
readability-identifier-naming.EnumConstantSuffix: ''
readability-identifier-naming.EnumIgnoredRegexp: ''
readability-identifier-naming.EnumPrefix: ''
readability-identifier-naming.EnumSuffix: ''
readability-identifier-naming.FunctionCase: CamelCase
readability-identifier-naming.FunctionIgnoredRegexp: ''
readability-identifier-naming.FunctionPrefix: ''
readability-identifier-naming.FunctionSuffix: ''
readability-identifier-naming.GetConfigPerFile: 'true'
readability-identifier-naming.GlobalConstantCase: CamelCase
readability-identifier-naming.GlobalConstantIgnoredRegexp: ''
readability-identifier-naming.GlobalConstantPointerCase: CamelCase
readability-identifier-naming.GlobalConstantPointerIgnoredRegexp: ''
readability-identifier-naming.GlobalConstantPointerPrefix: ''
readability-identifier-naming.GlobalConstantPointerSuffix: ''
readability-identifier-naming.GlobalConstantPrefix: ''
readability-identifier-naming.GlobalConstantSuffix: ''
readability-identifier-naming.GlobalFunctionCase: CamelCase
readability-identifier-naming.GlobalFunctionIgnoredRegexp: ''
readability-identifier-naming.GlobalFunctionPrefix: ''
readability-identifier-naming.GlobalFunctionSuffix: ''
readability-identifier-naming.GlobalPointerCase: CamelCase
readability-identifier-naming.GlobalPointerIgnoredRegexp: ''
readability-identifier-naming.GlobalPointerPrefix: ''
readability-identifier-naming.GlobalPointerSuffix: ''
readability-identifier-naming.GlobalVariableCase: CamelCase
readability-identifier-naming.GlobalVariableIgnoredRegexp: ''
readability-identifier-naming.GlobalVariablePrefix: ''
readability-identifier-naming.GlobalVariableSuffix: ''
readability-identifier-naming.IgnoreFailedSplit: 'false'
readability-identifier-naming.IgnoreMainLikeFunctions: 'false'
readability-identifier-naming.InlineNamespaceCase: lower_case
readability-identifier-naming.InlineNamespaceIgnoredRegexp: ''
readability-identifier-naming.InlineNamespacePrefix: ''
readability-identifier-naming.InlineNamespaceSuffix: ''
readability-identifier-naming.LocalConstantCase: lower_case
readability-identifier-naming.LocalConstantIgnoredRegexp: ''
readability-identifier-naming.LocalConstantPointerCase: lower_case
readability-identifier-naming.LocalConstantPointerIgnoredRegexp: ''
readability-identifier-naming.LocalConstantPointerPrefix: ''
readability-identifier-naming.LocalConstantPointerSuffix: ''
readability-identifier-naming.LocalConstantPrefix: ''
readability-identifier-naming.LocalConstantSuffix: ''
readability-identifier-naming.LocalPointerCase: lower_case
readability-identifier-naming.LocalPointerIgnoredRegexp: ''
readability-identifier-naming.LocalPointerPrefix: ''
readability-identifier-naming.LocalPointerSuffix: ''
readability-identifier-naming.LocalVariableCase: lower_case
readability-identifier-naming.LocalVariableIgnoredRegexp: ''
readability-identifier-naming.LocalVariablePrefix: ''
readability-identifier-naming.LocalVariableSuffix: ''
readability-identifier-naming.MemberCase: lower_case
readability-identifier-naming.MemberIgnoredRegexp: ''
readability-identifier-naming.MemberPrefix: ''
readability-identifier-naming.MemberSuffix: ''
readability-identifier-naming.MethodCase: CamelCase
readability-identifier-naming.MethodIgnoredRegexp: ''
readability-identifier-naming.MethodPrefix: ''
readability-identifier-naming.MethodSuffix: ''
readability-identifier-naming.NamespaceCase: lower_case
readability-identifier-naming.NamespaceIgnoredRegexp: ''
readability-identifier-naming.NamespacePrefix: ''
readability-identifier-naming.NamespaceSuffix: ''
readability-identifier-naming.ParameterCase: lower_case
readability-identifier-naming.ParameterIgnoredRegexp: ''
readability-identifier-naming.ParameterPackCase: lower_case
readability-identifier-naming.ParameterPackIgnoredRegexp: ''
readability-identifier-naming.ParameterPackPrefix: ''
readability-identifier-naming.ParameterPackSuffix: ''
readability-identifier-naming.ParameterPrefix: ''
readability-identifier-naming.ParameterSuffix: ''
readability-identifier-naming.PointerParameterCase: lower_case
readability-identifier-naming.PointerParameterIgnoredRegexp: ''
readability-identifier-naming.PointerParameterPrefix: ''
readability-identifier-naming.PointerParameterSuffix: ''
readability-identifier-naming.PrivateMemberCase: lower_case
readability-identifier-naming.PrivateMemberIgnoredRegexp: ''
readability-identifier-naming.PrivateMemberPrefix: ''
readability-identifier-naming.PrivateMemberSuffix: _
readability-identifier-naming.PrivateMethodCase: CamelCase
readability-identifier-naming.PrivateMethodIgnoredRegexp: ''
readability-identifier-naming.PrivateMethodPrefix: ''
readability-identifier-naming.PrivateMethodSuffix: ''
readability-identifier-naming.ProtectedMemberCase: lower_case
readability-identifier-naming.ProtectedMemberIgnoredRegexp: ''
readability-identifier-naming.ProtectedMemberPrefix: ''
readability-identifier-naming.ProtectedMemberSuffix: _
readability-identifier-naming.ProtectedMethodCase: CamelCase
readability-identifier-naming.ProtectedMethodIgnoredRegexp: ''
readability-identifier-naming.ProtectedMethodPrefix: ''
readability-identifier-naming.ProtectedMethodSuffix: ''
readability-identifier-naming.PublicMemberCase: lower_case
readability-identifier-naming.PublicMemberIgnoredRegexp: ''
readability-identifier-naming.PublicMemberPrefix: ''
readability-identifier-naming.PublicMemberSuffix: ''
readability-identifier-naming.PublicMethodCase: CamelCase
readability-identifier-naming.PublicMethodIgnoredRegexp: ''
readability-identifier-naming.PublicMethodPrefix: ''
readability-identifier-naming.PublicMethodSuffix: ''
readability-identifier-naming.StaticConstantCase: CamelCase
readability-identifier-naming.StaticConstantIgnoredRegexp: ''
readability-identifier-naming.StaticConstantPrefix: ''
readability-identifier-naming.StaticConstantSuffix: ''
readability-identifier-naming.StaticVariableCase: lower_case
readability-identifier-naming.StaticVariableIgnoredRegexp: ''
readability-identifier-naming.StaticVariablePrefix: ''
readability-identifier-naming.StaticVariableSuffix: ''
readability-identifier-naming.StructCase: CamelCase
readability-identifier-naming.StructIgnoredRegexp: ''
readability-identifier-naming.StructPrefix: ''
readability-identifier-naming.StructSuffix: ''
readability-identifier-naming.TemplateParameterCase: CamelCase
readability-identifier-naming.TemplateParameterIgnoredRegexp: ''
readability-identifier-naming.TemplateParameterPrefix: ''
readability-identifier-naming.TemplateParameterSuffix: ''
readability-identifier-naming.TemplateTemplateParameterCase: CamelCase
readability-identifier-naming.TemplateTemplateParameterIgnoredRegexp: ''
readability-identifier-naming.TemplateTemplateParameterPrefix: ''
readability-identifier-naming.TemplateTemplateParameterSuffix: ''
readability-identifier-naming.TypeAliasCase: CamelCase
readability-identifier-naming.TypeAliasIgnoredRegexp: ''
readability-identifier-naming.TypeAliasPrefix: ''
readability-identifier-naming.TypeAliasSuffix: ''
readability-identifier-naming.TypeTemplateParameterCase: CamelCase
readability-identifier-naming.TypeTemplateParameterIgnoredRegexp: ''
readability-identifier-naming.TypeTemplateParameterPrefix: ''
readability-identifier-naming.TypeTemplateParameterSuffix: ''
readability-identifier-naming.TypedefCase: CamelCase
readability-identifier-naming.TypedefIgnoredRegexp: ''
readability-identifier-naming.TypedefPrefix: ''
readability-identifier-naming.TypedefSuffix: ''
readability-identifier-naming.UnionCase: CamelCase
readability-identifier-naming.UnionIgnoredRegexp: ''
readability-identifier-naming.UnionPrefix: ''
readability-identifier-naming.UnionSuffix: ''
readability-identifier-naming.ValueTemplateParameterCase: CamelCase
readability-identifier-naming.ValueTemplateParameterIgnoredRegexp: ''
readability-identifier-naming.ValueTemplateParameterPrefix: ''
readability-identifier-naming.ValueTemplateParameterSuffix: ''
readability-identifier-naming.VariableCase: lower_case
readability-identifier-naming.VariableIgnoredRegexp: ''
readability-identifier-naming.VariablePrefix: ''
readability-identifier-naming.VariableSuffix: ''
readability-identifier-naming.VirtualMethodCase: CamelCase
readability-identifier-naming.VirtualMethodIgnoredRegexp: ''
readability-identifier-naming.VirtualMethodPrefix: ''
readability-identifier-naming.VirtualMethodSuffix: ''
readability-implicit-bool-conversion.AllowIntegerConditions: 'false'
readability-implicit-bool-conversion.AllowPointerConditions: 'false'
readability-inconsistent-declaration-parameter-name.IgnoreMacros: 'true'
readability-inconsistent-declaration-parameter-name.Strict: 'false'
readability-magic-numbers.IgnoreAllFloatingPointValues: 'false'
readability-magic-numbers.IgnoreBitFieldsWidths: 'true'
readability-magic-numbers.IgnorePowersOf2IntegerValues: 'false'
readability-magic-numbers.IgnoreTypeAliases: 'false'
readability-magic-numbers.IgnoreUserDefinedLiterals: 'false'
readability-magic-numbers.IgnoredFloatingPointValues: '1.0;100.0;'
readability-magic-numbers.IgnoredIntegerValues: '1;2;3;4;'
readability-operators-representation.BinaryOperators: '&&;&=;&;|;~;!;!=;||;|=;^;^='
readability-operators-representation.OverloadedOperators: '&&;&=;&;|;~;!;!=;||;|=;^;^='
readability-redundant-casting.IgnoreMacros: 'true'
readability-redundant-casting.IgnoreTypeAliases: 'false'
readability-redundant-member-init.IgnoreBaseInCopyConstructors: 'false'
readability-redundant-smartptr-get.IgnoreMacros: 'true'
readability-redundant-string-init.StringNames: '::std::basic_string_view;::std::basic_string'
readability-simplify-boolean-expr.ChainedConditionalAssignment: 'false'
readability-simplify-boolean-expr.ChainedConditionalReturn: 'false'
readability-simplify-boolean-expr.IgnoreMacros: 'false'
readability-simplify-boolean-expr.SimplifyDeMorgan: 'true'
readability-simplify-boolean-expr.SimplifyDeMorganRelaxed: 'false'
readability-simplify-subscript-expr.Types: '::std::basic_string;::std::basic_string_view;::std::vector;::std::array'
readability-static-accessed-through-instance.NameSpecifierNestingThreshold: '3'
readability-suspicious-call-argument.Abbreviation: 'true'
readability-suspicious-call-argument.Abbreviations: 'lst=list;arr=array;num=number;ptr=pointer;i=index;val=value;ln=line;cpy=copy;idx=index;vec=vector;src=source;dest=destination;wdth=width;nr=number;elem=element;srv=server;pos=position;cl=client;stmt=statement;len=length;buf=buffer;dist=distancedst=distance;hght=height;var=variable;col=column;ref=reference;attr=attribute;str=string;cnt=count;addr=address'
readability-suspicious-call-argument.Dice: 'true'
readability-suspicious-call-argument.DiceDissimilarBelow: '60'
readability-suspicious-call-argument.DiceSimilarAbove: '70'
readability-suspicious-call-argument.Equality: 'true'
readability-suspicious-call-argument.JaroWinkler: 'true'
readability-suspicious-call-argument.JaroWinklerDissimilarBelow: '75'
readability-suspicious-call-argument.JaroWinklerSimilarAbove: '85'
readability-suspicious-call-argument.Levenshtein: 'true'
readability-suspicious-call-argument.LevenshteinDissimilarBelow: '50'
readability-suspicious-call-argument.LevenshteinSimilarAbove: '66'
readability-suspicious-call-argument.MinimumIdentifierNameLength: '3'
readability-suspicious-call-argument.Prefix: 'true'
readability-suspicious-call-argument.PrefixDissimilarBelow: '25'
readability-suspicious-call-argument.PrefixSimilarAbove: '30'
readability-suspicious-call-argument.Substring: 'true'
readability-suspicious-call-argument.SubstringDissimilarBelow: '40'
readability-suspicious-call-argument.SubstringSimilarAbove: '50'
readability-suspicious-call-argument.Suffix: 'true'
readability-suspicious-call-argument.SuffixDissimilarBelow: '25'
readability-suspicious-call-argument.SuffixSimilarAbove: '30'
readability-uniqueptr-delete-release.PreferResetCall: 'false'
readability-uppercase-literal-suffix.IgnoreMacros: 'true'
readability-uppercase-literal-suffix.NewSuffixes: ''
SystemHeaders: false
...