From 690c853da8b50faa366ff42d9b32b32c841e7211 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 3 Sep 2024 11:01:00 +0200 Subject: more scaffolding --- .clang-format | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..5d233eb --- /dev/null +++ b/.clang-format @@ -0,0 +1,27 @@ +--- +AccessModifierOffset: -4 +AllowShortIfStatementsOnASingleLine: AllIfsAndElse +AllowShortLoopsOnASingleLine: true +BasedOnStyle: LLVM +BreakBeforeBraces: Attach +ColumnLimit: 80 +EmptyLineBeforeAccessModifier: Always +IndentAccessModifiers: false +IndentCaseLabels: true +IndentWidth: 4 +Language: Cpp +Standard: Cpp11 +TabWidth: 4 +UseTab: Always +PointerAlignment: Middle +SpaceAfterCStyleCast: true +AlignConsecutiveAssignments: + Enabled: false +AlignTrailingComments: + Kind: Never +ReflowComments: false +AlignEscapedNewlines: DontAlign +BreakBeforeBinaryOperators: All +... + +# vim: ft=yaml -- cgit v1.2.3