Merge "Add 100 column limit to .clang-format."
This commit is contained in:
commit
b03e6bf924
@ -2,6 +2,7 @@ BasedOnStyle: Google
|
|||||||
AllowShortBlocksOnASingleLine: false
|
AllowShortBlocksOnASingleLine: false
|
||||||
AllowShortFunctionsOnASingleLine: false
|
AllowShortFunctionsOnASingleLine: false
|
||||||
|
|
||||||
|
ColumnLimit: 100
|
||||||
CommentPragmas: NOLINT:.*
|
CommentPragmas: NOLINT:.*
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user