From b800511a3f9e4b005a0c829287e70e24c341ff56 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 24 Jun 2018 22:53:00 -0400 Subject: [PATCH] eod --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6024a01b..9b70e1a4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,7 @@ root = true indent_style = space indent_size = 3 trim_trailing_whitespace = true + +end_of_line = lf +charset = utf-8 +insert_final_newline = true