Skip to content

Commit

Permalink
Add a .editorconfig file
Browse files Browse the repository at this point in the history
The only setting of note is to use hard tabs in rust source files.
  • Loading branch information
casey authored and antiochp committed May 7, 2018
1 parent 4dd94ff commit ad6e781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
@@ -0,0 +1,6 @@
# top-most .editorconfig file
root = true

# use hard tabs for rust source files
[*.rs]
indent_style = tab

0 comments on commit ad6e781

Please sign in to comment.