From f1cc65d376141fa5e76878ffd3da4392f8a7c747 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 17 Oct 2019 12:32:13 -0300 Subject: Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5f27700 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true -- cgit 1.3.0-6-gf8a5