From 05c36d6ee4df3a7975a3f6900dfe29b77827ab53 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Thu, 14 Dec 2017 00:56:51 -0800 Subject: [PATCH] Since editorconfig can be parsed by some many different text editors, let's add one! --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..b2dadf306e6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2