From 5f51c6d60a4c0495e7b99024f00ecbfebbe73c5b Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 11 Mar 2019 15:09:57 +1100 Subject: [PATCH] Add editorconfig template --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..a14dd7a51 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true +[*] +indent_style=space +indent_size=4 +end_of_line=lf +charset=utf-8 +trim_trailing_whitespace=true +max_line_length=100 +insert_final_newline=false