Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
This file tells the github online editor to use tabs of width 4 instead
of 8. Open
[this](https:/JohannesLorenz/github_test/blob/master/test.cpp)
test file in your browser to see how it works (the width is 5 in the
example).

Actually, it also tells many other editors...
  • Loading branch information
JohannesLorenz committed Jun 25, 2019
1 parent e18c9b8 commit d3774a2
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

[*]
indent_style = tab
tab_width = 4

0 comments on commit d3774a2

Please sign in to comment.