From 1f26415190530d031d0ba6a1e9e73bffed69cc0b Mon Sep 17 00:00:00 2001 From: David Joseph Guzsik Date: Sun, 28 Jun 2020 22:09:56 +0200 Subject: [PATCH] Add an .editorconfig file (#152) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..99580d06 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true