Add .clang-format: LLVM style with IndentWidth of 4.
authorKarl Schultz <karl@lunarg.com>
Tue, 9 Feb 2016 17:10:34 +0000 (10:10 -0700)
committerKarl Schultz <karl@lunarg.com>
Tue, 9 Feb 2016 17:10:34 +0000 (10:10 -0700)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..74049cf
--- /dev/null
@@ -0,0 +1,5 @@
+---
+# We'll use defaults from the LLVM style, but with 4 columns indentation.
+BasedOnStyle: LLVM
+IndentWidth: 4
+...