Add ColumnLimit which is slightly larger than average

This commit is contained in:
karl 2020-12-16 20:06:38 +01:00
parent 14001389ac
commit a24ee6a687

View File

@ -8,5 +8,6 @@ AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakBeforeMultilineStrings: 'true'
IndentWidth: '4'
ColumnLimit: 100
...