From f2126f6c7c13adedad3c2cff9d7038d6c7a9c9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 11 Dec 2024 00:43:14 +0100 Subject: [PATCH] Disable clang format because of constructor bin pack issues --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 7dea664..2ee0885 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ # https://clang.llvm.org/docs/ClangFormatStyleOptions.html +DisableFormat: true Language: Cpp BasedOnStyle: LLVM AccessModifierOffset: -4 @@ -30,6 +31,7 @@ IndentPPDirectives: BeforeHash IndentWidth: 4 InsertNewlineAtEOF: true NamespaceIndentation: All +PackConstructorInitializers: BinPack PointerAlignment: Left ReferenceAlignment: Left SortIncludes: CaseInsensitive