diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..68d2527 --- /dev/null +++ b/.clang-format @@ -0,0 +1,13 @@ +--- +BasedOnStyle: LLVM +AccessModifierOffset: '-4' +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: Never +AllowShortLoopsOnASingleLine: 'false' +BreakBeforeBraces: Mozilla +ColumnLimit: '120' +IndentWidth: '4' +Language: Cpp +PointerAlignment: Right + +...