From 41faf2409f3e1d8d2dcaf456141f4ce6ac6a3d75 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 13 Feb 2018 13:56:45 -0800 Subject: Add .clang-format (#1407) --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..0b9a8cd12 --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +BasedOnStyle: LLVM +PointerAlignment: Left +IndentCaseLabels: true +ColumnLimit: 100 +ContinuationIndentWidth: 2 +ConstructorInitializerIndentWidth: 2 +AlignAfterOpenBracket: DontAlign -- cgit v1.2.3