From 9a9007abae86c3b1b1c09778a6544ced54ea4453 Mon Sep 17 00:00:00 2001 From: marisa Date: Mon, 11 Nov 2019 17:12:11 +0100 Subject: [PATCH] chore: Add .editorconfig file --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig 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