From ef5b25dbf04b420bcc2aa6b72f96079a83a93aaf Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 21 Oct 2019 17:30:55 -0700 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c73ec4df0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 2