diff --git a/.clang-format b/.clang-format index 5cdf484..3815376 100755 --- a/.clang-format +++ b/.clang-format @@ -2,3 +2,5 @@ BasedOnStyle: Microsoft IndentCaseLabels: true UseTab: true IndentWidth: 4 +AlignArrayOfStructures: Left +AlignConsecutiveAssignments: true \ No newline at end of file