From 3e4e25312ffb8d67ae21265331bdaad1a7d184e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Moj=C5=BE=C3=AD=C5=A1?= Date: Tue, 3 Mar 2026 20:32:53 +0100 Subject: [PATCH] clang-format --- .clang-format | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..c1fec207c --- /dev/null +++ b/.clang-format @@ -0,0 +1,30 @@ +AlignAfterOpenBracket: DontAlign +AlignConsecutiveAssignments: false +AlignConsecutiveDeclarations: false +AlignConsecutiveMacros: false +AlignOperands: false +AllowAllArgumentsOnNextLine: false +AllowAllConstructorInitializersOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false +AllowShortBlocksOnASingleLine: Never +AllowShortCaseLabelsOnASingleLine: false +AllowShortCompoundRequirementOnASingleLine: false +AllowShortFunctionsOnASingleLine: Empty +AllowShortIfStatementsOnASingleLine: Never +AllowShortLambdasOnASingleLine: None +AllowShortLoopsOnASingleLine: false +BasedOnStyle: LLVM +BinPackArguments: false +BinPackParameters: false +BreakBeforeBraces: Attach +ColumnLimit: 120 +ContinuationIndentWidth: 8 +Cpp11BracedListStyle: true +IndentPPDirectives: None +IndentWidth: 8 +PenaltyBreakBeforeFirstCallParameter: 10000000 +PenaltyBreakOpenParenthesis: 10000000 +ReflowComments: false +SortIncludes: Never +TabWidth: 8 +UseTab: Always \ No newline at end of file