diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:40:51 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:42:44 +0100 |
commit | cf7db48c261ee9c896c813a38ff8c59da5b8fe07 (patch) | |
tree | 41d827be5db5f3322d745215fe38a9c395a52fa3 /.clang-tidy | |
parent | 79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff) |
Fix line endings
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/.clang-tidy b/.clang-tidy index d7337bd..d988d1b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,34 +1,34 @@ -Checks:
- - "hicpp-*"
- - "cppcoreguidelines-*"
- - "misc-*"
- - "clang-analyzer-*"
- - "-misc-include-cleaner"
- - "performance-*"
- - "readability-*"
- - "-*-named-parameter"
- - "-*-avoid-do-while"
- - "-*-magic-numbers"
- - "-*-identifier-length"
- - "-*-union-access"
- - "-*-vararg"
- - "-*-macro-usage"
- - "-*-non-private-member-variables-in-classes"
- - "-*-avoid-non-const-global-variables"
- - "-*-missing-std-forward"
- - "-*-owning-memory"
- - "-*-no-malloc"
- - "-*-avoid-c-arrays"
- - "-*-use-anonymous-namespace"
- - "-*-reinterpret-cast"
- - "-*-noexcept-swap"
- - "-*-noexcept-move"
- - "-*-noexcept-move-constructor"
- - "-*-noexcept-move-operations"
- - "-*-bounds-array-to-pointer-decay"
- - "-*-no-array-decay"
- - "-*-signed-bitwise"
- - "-readability-use-anyofallof"
- - "-readability-function-cognitive-complexity"
- - "-readability-math-missing-parentheses"
- - "-*-rvalue-reference-param-not-moved"
+Checks: + - "hicpp-*" + - "cppcoreguidelines-*" + - "misc-*" + - "clang-analyzer-*" + - "-misc-include-cleaner" + - "performance-*" + - "readability-*" + - "-*-named-parameter" + - "-*-avoid-do-while" + - "-*-magic-numbers" + - "-*-identifier-length" + - "-*-union-access" + - "-*-vararg" + - "-*-macro-usage" + - "-*-non-private-member-variables-in-classes" + - "-*-avoid-non-const-global-variables" + - "-*-missing-std-forward" + - "-*-owning-memory" + - "-*-no-malloc" + - "-*-avoid-c-arrays" + - "-*-use-anonymous-namespace" + - "-*-reinterpret-cast" + - "-*-noexcept-swap" + - "-*-noexcept-move" + - "-*-noexcept-move-constructor" + - "-*-noexcept-move-operations" + - "-*-bounds-array-to-pointer-decay" + - "-*-no-array-decay" + - "-*-signed-bitwise" + - "-readability-use-anyofallof" + - "-readability-function-cognitive-complexity" + - "-readability-math-missing-parentheses" + - "-*-rvalue-reference-param-not-moved" |