clang-format: restore column limit value of 100
Restore line length limit of 100 characters as introduced in6432a56ae9
. Fixes:bac0dbe8f2
Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
343fdddfdd
commit
3f0e8dda3d
|
@ -20,6 +20,7 @@ AttributeMacros:
|
||||||
- __syscall
|
- __syscall
|
||||||
- __subsystem
|
- __subsystem
|
||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
|
ColumnLimit: 100
|
||||||
ConstructorInitializerIndentWidth: 8
|
ConstructorInitializerIndentWidth: 8
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
|
|
Loading…
Reference in New Issue