Skip to content

Commit

Permalink
Update .editorconfig to 2 space indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldoylecs authored Jun 28, 2018
1 parent bd5f7be commit d7041f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ insert_final_newline = true
# Set default charset
[*.{cpp,hpp,c,h,txt,md}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

0 comments on commit d7041f8

Please sign in to comment.