From e7ae6645a3ddde71783d218ea09570d10acd8a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 22 Dec 2015 18:19:18 -0800 Subject: [PATCH] Updated .editorconfig. --- 3rdparty/.editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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