From a41a442f5aba5fa2f22efc46e66b055f8e99b04e Mon Sep 17 00:00:00 2001 From: MishaProductions <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 30 Jun 2023 08:10:54 +0300 Subject: [PATCH] Update .editorconfig Co-authored-by: Anonymous Maarten --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4cc30192..937b347f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ root = true -[*.{cpp,h}] +[*.{cpp,h,py,txt,editorconfig}] + indent_style = space indent_size = 2 insert_final_newline = true