Update clang-format to cpp-template status

This commit is contained in:
karl 2020-12-28 12:11:15 +01:00
parent 6ab6f1fe7b
commit c6d21ba175

View File

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