From b7167c15990a6e65b1ef41eecd683b7b0d1f4b53 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 17 Oct 2019 10:12:41 -0300 Subject: Initial commit --- .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