From 472b15ecbce77efda3f1d37e50153123f162f1cc Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 24 Sep 2021 11:20:01 +1200 Subject: [PATCH] feat: Add editor configuration (#54) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..3351672b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: https://EditorConfig.org + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true