From 3d4ff24306cde14556aa95f8745a917289ef5cfc Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 22 Nov 2021 14:38:23 +1300 Subject: [PATCH] feat: Add editor configuration --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3351672 --- /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