From 0ebbd1ec150eb6159afae95cfdf8fb17f6e87409 Mon Sep 17 00:00:00 2001 From: Brice Colucci Date: Tue, 20 Mar 2018 14:23:18 +0100 Subject: [PATCH] Add .editorconfig file to help editor code format. --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..08ab06c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true