Remove extra ... from the end of .clang-format
This commit is contained in:
parent
68d4512763
commit
6b735456b8
1 changed files with 1 additions and 2 deletions
|
@ -30,5 +30,4 @@ AllowShortCaseLabelsOnASingleLine: 'false'
|
||||||
AllowShortFunctionsOnASingleLine: 'Empty'
|
AllowShortFunctionsOnASingleLine: 'Empty'
|
||||||
AllowShortLambdasOnASingleLine: 'Empty'
|
AllowShortLambdasOnASingleLine: 'Empty'
|
||||||
AllowShortLoopsOnASingleLine: 'false'
|
AllowShortLoopsOnASingleLine: 'false'
|
||||||
SeparateDefinitionBlocks : 'Always'
|
SeparateDefinitionBlocks : 'Always'
|
||||||
...
|
|
Reference in a new issue