format ColumnLimit changed to 100

This commit is contained in:
Erik Frojdh
2019-03-20 17:31:19 +01:00
parent 2a01688683
commit 83e43b1bcf
3 changed files with 650 additions and 634 deletions

View File

@ -2,5 +2,5 @@ BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 0
ColumnLimit: 100
AlignConsecutiveAssignments: false