From 7fc800979d87784b8591d3ab7795af0121c37ff6 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 12 Feb 2018 10:22:19 +0200 Subject: [PATCH] Add editorconfig (#789) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..b0597dd79 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80