From e49589efeb5dce903717f2321deebef36be40521 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 28 Dec 2018 12:16:08 -0500 Subject: [PATCH] Add editor config --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..4000618e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# see http://editorconfig.org +root = true + +[*] +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 +charset = utf-8 + +[*.{bat,cmd,ps1}] +end_of_line = crlf