From 88f2b51405e2fdb0c3b64081400540829678a928 Mon Sep 17 00:00:00 2001 From: Alexis Marie Wright Date: Sun, 2 Dec 2018 16:04:50 -0500 Subject: [PATCH] (sidecar) 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..f03c906 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.py] +indent_style = tab +indent_size = 8