diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..18783dac --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: Mozilla +IndentWidth: 2 +ColumnLimit: 120 +DerivePointerAlignment: false +PointerAlignment: Right +AlignConsecutiveAssignments: true +UseTab: Never +AllowShortIfStatementsOnASingleLine: false