projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb413a
)
Add .clang-format: LLVM style with IndentWidth of 4.
author
Karl Schultz
<karl@lunarg.com>
Tue, 9 Feb 2016 17:10:34 +0000
(10:10 -0700)
committer
Karl Schultz
<karl@lunarg.com>
Tue, 9 Feb 2016 17:10:34 +0000
(10:10 -0700)
.clang-format
[new file with mode: 0644]
patch
|
blob
diff --git a/.clang-format
b/.clang-format
new file mode 100644
(file)
index 0000000..
74049cf
--- /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
+...