aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-02-09 10:10:34 -0700
committerKarl Schultz <karl@lunarg.com>2016-02-09 10:10:34 -0700
commitaf66a7545df652eef49cdc0efcfafe43776a2d77 (patch)
tree6342134366cfc932041acad7cf5092ac652b3653
parent3fb413a7c7fafc92aa41c8c6b9bff3ac889b6cf4 (diff)
downloadusermoji-af66a7545df652eef49cdc0efcfafe43776a2d77.tar.xz
Add .clang-format: LLVM style with IndentWidth of 4.
-rw-r--r--.clang-format5
1 files changed, 5 insertions, 0 deletions
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
+...