From b9e7a3daa784f1f0f3968de9a8ae8b3c1ed868ca Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 19 Feb 2020 14:22:14 -0500 Subject: [PATCH] Add back .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..65705d95 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +trim_trailing_whitespace = true +indent_size = 2