Skip to content

Commit

Permalink
set SpacesInAngles to false again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodmallet committed Feb 18, 2018
1 parent ce69560 commit ffbbb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -228,7 +228,7 @@ SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 2

# If true, spaces will be inserted after < and before > in template argument lists
SpacesInAngles: true
SpacesInAngles: false

# If true, spaces are inserted inside container literals (e.g. ObjC and Javascript array and dict literals).
SpacesInContainerLiterals: true
Expand Down

0 comments on commit ffbbb94

Please sign in to comment.