From 679e8d7297a628cf23689e1790fadf181a4d56f5 Mon Sep 17 00:00:00 2001 From: Chris Camargo Date: Fri, 11 Jun 2021 10:32:42 -0700 Subject: [PATCH] refactor: remove .py from .editorconfig - There are no .py files in this repo anymore --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8e37205cd7..ff9b6fc9d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,3 @@ trim_trailing_whitespace = true [*.md] max_line_length = off trim_trailing_whitespace = false - -[*.py] -indent_size = 4 -indent_style = space