commit | 19895b894b16c64b9a05e63b25be8d562a6c9fb3 | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Wed Jan 25 09:25:29 2017 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Thu Jan 26 13:07:08 2017 -0700 |
tree | 3aa1f7a4c41d66e50a737f445500971c7b328fbd | |
parent | e7294fe7944f336bdebda527ca40cbf7c15aa8f6 [diff] |
repo: Update root .clang-format file Change-Id: Id47dc032bd82c096263531c8a3ec9237d6ef8d79
diff --git a/.clang-format b/.clang-format index 548df8d..252859b 100644 --- a/.clang-format +++ b/.clang-format
@@ -1,6 +1,7 @@ --- -# We'll use defaults from the LLVM style, but with 4 columns indentation. +# Use defaults from LLVM style with the following exceptions: BasedOnStyle: LLVM IndentWidth: 4 +ColumnLimit: 132 SortIncludes: false ...