From fbef9b06bee470b5a57edab0ea97145075b842c7 Mon Sep 17 00:00:00 2001 From: kitone Date: Sun, 13 May 2018 12:31:35 +0200 Subject: [PATCH] add .clang-format file to prepare the reformatting/cleanup of the project --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clang-format 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