From a6994b23ff50360074052665ea7fc4dda92488cc Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 26 Jan 2017 13:30:26 -0700 Subject: [PATCH] repo: Change source style from LLVM to Google Matches the source code style guide. Change-Id: I9a1328ce8b500fa34336b52964dcb2c7fd16e17b --- .clang-format | 4 ++-- 1 file 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