From d3552abd04cdbf44aa82e76a852cb8071eb10f53 Mon Sep 17 00:00:00 2001 From: John Gee Date: Tue, 16 Apr 2019 16:19:51 +1200 Subject: [PATCH] Add editorconfig with existing style --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..8f7d6654a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +tab_width = 2 +# trim_trailing_whitespace = true