aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-01-26 13:30:26 -0700
committerMark Lobodzinski <mark@lunarg.com>2017-01-26 15:45:50 -0700
commitead2ba671e50e31961a0dd229fcf6874fa4e67c0 (patch)
tree76543056eb6c451d06f3d0675cf18216c0ef9eca /.clang-format
parentbc9caa57c5583dfdf05198e78b78a7cb361da16c (diff)
downloadvulkan-validation-layers-ead2ba671e50e31961a0dd229fcf6874fa4e67c0.tar.gz
repo: Change source style from LLVM to Google
Matches the source code style guide. Change-Id: I9a1328ce8b500fa34336b52964dcb2c7fd16e17b
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 252859ba0..0af4d400c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,6 @@
---
-# Use defaults from LLVM style with the following exceptions:
-BasedOnStyle: LLVM
+# Use defaults from the Google style with the following exceptions:
+BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 132
SortIncludes: false