Skip to content

Commit 3f0e8dd

Browse files
henrikbrixandersennashif
authored andcommitted
clang-format: restore column limit value of 100
Restore line length limit of 100 characters as introduced in 6432a56. Fixes: bac0dbe Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 parent 343fddd commit 3f0e8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ AttributeMacros:
2020
- __syscall
2121
- __subsystem
2222
BreakBeforeBraces: Linux
23+
ColumnLimit: 100
2324
ConstructorInitializerIndentWidth: 8
2425
ContinuationIndentWidth: 8
2526
ForEachMacros:

0 commit comments

Comments
 (0)