Archived
1
Fork 0

Remove extra ... from the end of .clang-format

This commit is contained in:
Joshua Goins 2022-08-15 11:15:18 -04:00
parent 68d4512763
commit 6b735456b8

View file

@ -30,5 +30,4 @@ AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: 'Empty' AllowShortFunctionsOnASingleLine: 'Empty'
AllowShortLambdasOnASingleLine: 'Empty' AllowShortLambdasOnASingleLine: 'Empty'
AllowShortLoopsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false'
SeparateDefinitionBlocks : 'Always' SeparateDefinitionBlocks : 'Always'
...