summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 17:12:11 +0100
committermarisa <mokou@posteo.de>2019-11-11 17:12:11 +0100
commit9a9007abae86c3b1b1c09778a6544ced54ea4453 (patch)
tree196486f412185d0e8b37d3b731c06feda45dee3c
parent88ec6f6b1645599f77643ee5e6f5dd16cd67c943 (diff)
chore: Add .editorconfig file
-rw-r--r--.editorconfig7
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