tests: Add clang-format config file
authorMark Lobodzinski <mark@lunarg.com>
Wed, 7 Sep 2016 22:05:48 +0000 (16:05 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Thu, 8 Sep 2016 16:44:56 +0000 (10:44 -0600)
Change-Id: I265cffaf708244d5b268018aa47fc869facce6fd

tests/.clang-format [new file with mode: 0644]

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