From 455f7e9fb257176741e521e32c08d82fb6e7bff4 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 28 Jan 2020 15:11:10 +0000 Subject: [PATCH] EditorConfig for HTML files. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e9225c92b08..d096a5fba61 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true -[*.p[lm]] +[*.{html,p[lm]}] indent_style = tab indent_size = 8