clang-format: Remove space after template
Our coding style doesn't require a space after the template keyword. Adjust .clang-format accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
04d5be7f76
commit
bc4cace5f3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ ReflowComments: false
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
#SortUsingDeclarations: false # Unknown to clang-format-4.0
|
#SortUsingDeclarations: false # Unknown to clang-format-4.0
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceAfterTemplateKeyword: true
|
SpaceAfterTemplateKeyword: false
|
||||||
SpaceBeforeAssignmentOperators: true
|
SpaceBeforeAssignmentOperators: true
|
||||||
#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
|
#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
|
||||||
#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
|
#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue