From be84308e01ecc9e8de2997ab030420b401e06596 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 9 May 2022 14:58:59 +0200 Subject: added boilerplate source and header files --- .clang-format | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index c7d6b0a..77e33d7 100644 --- a/.clang-format +++ b/.clang-format @@ -1,14 +1,16 @@ --- AccessModifierOffset: 0 +AlignConsecutiveAssignments: true +AllowShortLoopsOnASingleLine: true BasedOnStyle: LLVM BreakBeforeBraces: Attach ColumnLimit: 100 +IndentCaseLabels: true IndentWidth: '4' Language: Cpp Standard: Cpp11 TabWidth: '4' UseTab: Always -IndentCaseLabels: true ... # vim: ft=yaml -- cgit v1.2.3