diff --git a/3rdparty/.editorconfig b/3rdparty/.editorconfig index 3b1e1533..544a568d 100644 --- a/3rdparty/.editorconfig +++ b/3rdparty/.editorconfig @@ -13,3 +13,9 @@ indent_style = space indent_size = 4 [libsquish/*] +indent_style = tab +indent_size = 4 + +[pvrtc/*] +indent_style = space +indent_size = 4