From 2f5da6cf8a1ac7301e62cbd750923019e898f9e1 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 3 Dec 2019 15:49:11 -0600 Subject: [PATCH] editorconfig: Python files have 4-space indents --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index fe8adbb9f..287c4fcf2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ tab_width = 8 indent_style = tab indent_size = 8 max_line_length = 80 + +[*.py] +indent_size = 4