Skip to content

Commit

Permalink
.editorconfig: Enforce tabs across repository (#3)
Browse files Browse the repository at this point in the history
Rust files were already using tabs for indentation. Adding an explicit
.editorconfig file helpes editors auto indent.
  • Loading branch information
mxinden authored Oct 1, 2020
1 parent c280ad6 commit 9bea0da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
root = true

[*]
indent_style=tab

0 comments on commit 9bea0da

Please sign in to comment.