diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-01-25 09:25:29 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-01-26 13:07:08 -0700 |
| commit | a5eea415de5d59186dcbd74f76a5bcdf8ffed8de (patch) | |
| tree | 59df85069d2c528442bc778aad2f660c984809a2 | |
| parent | 7ef563404f7d73ae5dc592ae76ae4f91593dc9ce (diff) | |
| download | usermoji-a5eea415de5d59186dcbd74f76a5bcdf8ffed8de.tar.xz | |
repo: Update root .clang-format file
Change-Id: Id47dc032bd82c096263531c8a3ec9237d6ef8d79
| -rw-r--r-- | .clang-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 548df8d0..252859ba 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 ... |
