From 3882f4503fc8d857530a55bdf0a35272ff14f488 Mon Sep 17 00:00:00 2001 From: Moritz Prinz Date: Fri, 26 Jan 2018 11:26:29 +0100 Subject: Add .editorconfig with basic definitions --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1348112 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80 +indent_style = space +indent_size = 2 -- cgit v1.2.3