Skip to content

Commit

Permalink
Fix clang-format typo: Tabs should be 2 spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed May 29, 2020
1 parent bdf8e99 commit 7c31b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ SpaceBeforeParens: Never
# SpacesInParentheses: false
# SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
TabWidth: 2
UseTab: Never
...

0 comments on commit 7c31b38

Please sign in to comment.