clang-format: restore column limit value of 100

Restore line length limit of 100 characters as introduced in
6432a56ae9.

Fixes: bac0dbe8f2

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-06-27 22:02:21 +02:00 committed by Anas Nashif
parent 343fdddfdd
commit 3f0e8dda3d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ AttributeMacros:
- __syscall
- __subsystem
BreakBeforeBraces: Linux
ColumnLimit: 100
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
ForEachMacros: