diff --git a/.editorconfig b/.editorconfig index 9cb09a9..ea94640 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,7 @@ tab_width = 4 [*.{c,cpp,h,hpp}] tab_width = 8 +# forces the usage of 4 spaces [*.{py,rs}] indent_style = space indent_size = tab