From 36286361b7585cda3fab6be4551bf25a3f9b2d6b Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Thu, 26 Nov 2015 13:35:47 -0200 Subject: [PATCH] code style: set HTML identation to 4 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/.editorconfig b/.editorconfig index e1e0e4f..a718f87 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.html] +indent_size = 4 + [*.md] trim_trailing_whitespace = false -- libgit2 0.21.2