Skip to content

Commit

Permalink
GitHub uses .editorconfig file for rendering tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
jolting authored Jul 26, 2017
1 parent d8c2529 commit 1283ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*.{cpp,h,hpp}]
indent_style = tab
indent_size = 4

2 comments on commit 1283ccd

@jolting
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jlblancoc This should make the pull request diffs more readable.

@jlblancoc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Brilliant!

Please sign in to comment.