aboutsummaryrefslogtreecommitdiff
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
commit5492b5039192cb9cae396a96e1fd7cff3852f6da (patch)
treea1b19b60eabf4b1134a15a701ca47eb99fc9b39b
parent2dbc2668169e3aa0920615f3d9078a904827ee25 (diff)
downloadusermoji-5492b5039192cb9cae396a96e1fd7cff3852f6da.tar.xz
repo: Change source style from LLVM to Google
Matches the source code style guide. Change-Id: I9a1328ce8b500fa34336b52964dcb2c7fd16e17b
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 252859ba..0af4d400 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