From 8cabb3ea3d5e9f9cff92b4ad21abc46e4ddb8586 Mon Sep 17 00:00:00 2001 From: Girts Folkmanis Date: Sun, 15 Mar 2020 19:29:35 -0700 Subject: [PATCH] add .clang-format file Tried to infer the style from existing files. --- .clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..a0e638725 --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +Language: Cpp +IndentWidth: 4 +ColumnLimit: 130 +PointerAlignment: Right +BreakBeforeBraces: Linux +AllowShortFunctionsOnASingleLine: Inline