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

@ -31,4 +31,3 @@ AllowShortFunctionsOnASingleLine: 'Empty'
AllowShortLambdasOnASingleLine: 'Empty'
AllowShortLoopsOnASingleLine: 'false'
SeparateDefinitionBlocks : 'Always'
...