From 3745dd1bd0657001a44cf0f3581bae4b23120c85 Mon Sep 17 00:00:00 2001 From: Denis Davidyuk Date: Sun, 28 Jul 2019 16:53:55 +0200 Subject: [PATCH] Set indents for webmanifest files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9cdaec79c..33e02da18 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ trim_trailing_whitespace = true [/config.xml] indent_size = 4 + +[*.webmanifest] +indent_size = 4