Skip to content

Commit

Permalink
Add editorconfig file. (#766)
Browse files Browse the repository at this point in the history
Makes it easy for everyone to use the preferred settings.

https://editorconfig.org/
  • Loading branch information
kevincox committed May 18, 2022
1 parent 961364c commit 1e22794
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
@@ -0,0 +1,8 @@
root = true

[*]
insert_final_newline = true

[*.rs]
indent_size = 4
indent_style = space

0 comments on commit 1e22794

Please sign in to comment.