From eb3882ccd618e93165b3286f630eb70abde13119 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Frank=20N=C3=A4gler?= <typo3@naegler.net>
Date: Sun, 23 Nov 2014 23:18:45 +0100
Subject: [PATCH] [TASK] Update .editorconfig file

Add html and tmpl files to .editorconfig

Resolves: #63277
Releases: master
Change-Id: I2da5a46af412c390b67e5ead04543bffe130c63b
Reviewed-on: http://review.typo3.org/34521
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
---
 .editorconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index 282df2882754..b403fb0c40ff 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,6 +17,16 @@ insert_final_newline = true
 indent_style = tab
 indent_size = 4
 
+# HTML-Files
+[*.html]
+indent_style = tab
+indent_size = 4
+
+# TMPL-Files
+[*.tmpl]
+indent_style = tab
+indent_size = 4
+
 # LESS-Files
 [*.less]
 indent_style = tab
-- 
GitLab