diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 17:12:11 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 17:12:11 +0100 |
| commit | 9a9007abae86c3b1b1c09778a6544ced54ea4453 (patch) | |
| tree | 196486f412185d0e8b37d3b731c06feda45dee3c /.editorconfig | |
| parent | 88ec6f6b1645599f77643ee5e6f5dd16cd67c943 (diff) | |
chore: Add .editorconfig file
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..89cf181 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.rs] +end_of_line = lf +insert_final_newfile = true +indent_style = space +indent_size = 4 |
