diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..77860b70 --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +--- +BasedOnStyle: Google +AlignTrailingComments: true +ReflowComments: true +ColumnLimit: 80 +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: false