mirror of https://github.com/YosysHQ/nextpnr.git
Set clangformat column limit to 120
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
b5efe3ecbc
commit
04db674b35
|
|
@ -36,7 +36,7 @@ BreakBeforeBinaryOperators: None
|
|||
BreakBeforeBraces: Custom
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
ColumnLimit: 80
|
||||
ColumnLimit: 120
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue