Skip to content

Commit

Permalink
clang-format: restore column limit value of 100
Browse files Browse the repository at this point in the history
Restore line length limit of 100 characters as introduced in
6432a56.

Fixes: bac0dbe

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and nashif committed Jun 27, 2022
1 parent 343fddd commit 3f0e8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AttributeMacros:
- __syscall
- __subsystem
BreakBeforeBraces: Linux
ColumnLimit: 100
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
ForEachMacros:
Expand Down

0 comments on commit 3f0e8dd

Please sign in to comment.