From ca1214ee1d5f7b3364b1320f45c05b2c84f56ba8 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 12 Jun 2026 13:21:58 +0200 Subject: (initial commit) --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 43da0bb..76750e3 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,6 +13,8 @@ Checks: - -readability-identifier-length - -readability-magic-numbers - -readability-else-after-return +- -readability-isolate-declaration - -bugprone-easily-swappable-parameters +- -bugprone-unchecked-string-to-number-conversion - -portability-avoid-pragma-once - -modernize-macro-to-enum -- cgit v1.3.1