From 2dce0c85a5d8d7ad94502083282297a167e4079e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 4 Mar 2024 08:44:55 +0100
Subject: [PATCH] OZG-4852 Apply current white space handling to any IDE

---
 alfa-client/.editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alfa-client/.editorconfig b/alfa-client/.editorconfig
index e14b6a99e7..21bdfce6b9 100644
--- a/alfa-client/.editorconfig
+++ b/alfa-client/.editorconfig
@@ -28,8 +28,8 @@
 root = true
 
 [*]
-indent_style = tab
-indent_size = 4
+indent_style = space
+indent_size = 2
 end_of_line = lf
 charset = utf-8
 trim_trailing_whitespace = true
-- 
GitLab