Skip to content

Commit

Permalink
clang-format: Change lines length limit from 80 to 100
Browse files Browse the repository at this point in the history
Change line length limit from former 80 characters to current 100.

Signed-off-by: Piotr Pryga <[email protected]>
  • Loading branch information
ppryga-nordic authored and galak committed May 6, 2021
1 parent a637f0a commit 6432a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BreakConstructorInitializersBeforeComma: false
#BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: false
ColumnLimit: 80
ColumnLimit: 100
CommentPragmas: '^ IWYU pragma:'
#CompactNamespaces: false # Unknown to clang-format-4.0
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Expand Down

0 comments on commit 6432a56

Please sign in to comment.