From 3ea06d1e9387ed1e364dd27491b9f2f023b6b885 Mon Sep 17 00:00:00 2001 From: Thomas L Date: Sat, 24 Mar 2018 16:35:16 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9065e65 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 4 +max_line_length = 79