diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..059aee1 --- /dev/null +++ b/.clang-format @@ -0,0 +1,14 @@ +--- +Language: Cpp +Standard: Cpp11 +AccessModifierOffset: -8 +AlignAfterOpenBracket: Align +AlignConsecutiveAssignments: true +AllowShortFunctionsOnASingleLine: true +BasedOnStyle: Mozilla +ColumnLimit: 100 +IndentCaseLabels: false +IndentWidth: 8 +KeepEmptyLinesAtTheStartOfBlocks: false +PointerAlignment: Right +Cpp11BracedListStyle: true