From b3a6398b03839d9a9c5f2a1a9bac144867e283a6 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 16 Jan 2019 14:37:45 -0400 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..e73c4f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true -- cgit 1.3.0-6-gf8a5