[Clang/Format] Update column limit to 100
authorDongju Chae <dongju.chae@samsung.com>
Fri, 6 Aug 2021 06:52:39 +0000 (15:52 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 9 Aug 2021 04:46:00 +0000 (13:46 +0900)
This patch updates column limit to 100. The original width 80 is
too strict and does not provide readability in our cases.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
.clang-format

index c118d2a..0760489 100644 (file)
@@ -12,3 +12,4 @@ AlwaysBreakAfterReturnType: TopLevelDefinitions
 SpaceBeforeParens: Always
 SpaceAfterCStyleCast: true
 Cpp11BracedListStyle: true
+ColumnLimit: 100