diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-09-26 09:57:28 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-09-26 09:58:32 -0400 | 
| commit | bc915893a21eeedcaaf612dc66f6d1646ba4a1f2 (patch) | |
| tree | 60364e9d34e3a2f33c95508aa88d8df96b5386ec /.clang-format | |
| parent | f32e8ec20208ddf286922d2b3d51e0820c81a83a (diff) | |
*: Modify clang-format column limit to 100
A bunch of recent discussion has gone on about this.  Let's see
if we are actually interested in making a change.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 7aefafa58f..72018d5a82 100644 --- a/.clang-format +++ b/.clang-format @@ -55,7 +55,7 @@ BreakConstructorInitializersBeforeComma: false  BreakConstructorInitializers: BeforeComma  BreakAfterJavaFieldAnnotations: false  BreakStringLiterals: false -ColumnLimit: 80 +ColumnLimit: 100  # Linux: CommentPragmas: '^ IWYU pragma:'  CommentPragmas: '\$(FRR|clippy)'  CompactNamespaces: false  | 
