Skip to content

Commit

Permalink
Updating .editorconfig for .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 9, 2018
1 parent 92c8700 commit 72f233b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ indent_size = 4
end_of_line = crlf
charset = utf-8

[*.h]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8

[*.cpp]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit 72f233b

Please sign in to comment.