From 71e75379f8d712278cb860d35a191a0718f9b5df Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sat, 2 Sep 2023 10:53:35 -0400 Subject: [PATCH] Add .editorconfig rules for .py files (Four-space indents. Which is how they're already formatted.) --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 59f3b4804b..90dd47052e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,10 @@ indent_size = 4 indent_style = space indent_size = 2 +[*.py] +indent_style = space +indent_size = 4 + [*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}] # Visual C++ Code Style settings