Skip to content

Commit

Permalink
improving PR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Oct 20, 2018
1 parent 207a5e0 commit 40752c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# According to https://stackoverflow.com/a/33831598/153535, this should improve
# the way code is seen on GitHub (PRs, etc.) by making it respect tabs as being
# four spaces.

root = true

# Matches multiple files with brace expansion notation
[*.{c,cc,cpp,cxx,h,hh,hpp,hxx,mm}]
indent_style = space
indent_size = 4

0 comments on commit 40752c6

Please sign in to comment.