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