From af66a7545df652eef49cdc0efcfafe43776a2d77 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Tue, 9 Feb 2016 10:10:34 -0700 Subject: Add .clang-format: LLVM style with IndentWidth of 4. --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..74049cfe --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +# We'll use defaults from the LLVM style, but with 4 columns indentation. +BasedOnStyle: LLVM +IndentWidth: 4 +... -- cgit v1.2.3