From a7b56dec9b25d6b14c26ee9281389e321ff4178c Mon Sep 17 00:00:00 2001 From: Chris Bracco Date: Sat, 3 Apr 2021 14:59:19 -0400 Subject: [PATCH] Add .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..76a93c0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = space +indent_size = 2