From b6bf33df41e5c0923090595179320e3236430f70 Mon Sep 17 00:00:00 2001 From: partizan Date: Wed, 25 Aug 2021 23:54:27 +0300 Subject: Add python to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index d1b62dc6..00ea231b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ charset = utf-8 [*.lua] tab_width = 2 +[*.py] +indent_size = 4 +tab_width = 4 + [{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8 -- cgit v1.2.3