From 671f389ecbb228cbb8ad19216a6e1bf470f19d5f Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:39:00 +0200 Subject: [PATCH] change spaces to tabs --- src/Umbraco.Web.UI.Client/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.editorconfig b/src/Umbraco.Web.UI.Client/.editorconfig index c8c2d2aaf6..8a96204c8f 100644 --- a/src/Umbraco.Web.UI.Client/.editorconfig +++ b/src/Umbraco.Web.UI.Client/.editorconfig @@ -8,7 +8,7 @@ root = true [*] # Change these settings to your own preference -indent_style = space +indent_style = tab indent_size = 2 # We recommend you to keep these unchanged