From 34b8027764b07c30e4f8a10cb6f9484d66473bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 5 Jan 2018 10:56:38 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index ee31794e8..378d2bc3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ insert_final_newline = true trim_trailing_whitespace = true [*.{hpp,inl,cpp,lua}] +indent_size = 4 indent_style = tab [*.html]