From 42c48b8c1a55a96a664263b9358f52d617f460ce Mon Sep 17 00:00:00 2001 From: Azim Muradov Date: Mon, 8 Jan 2024 22:23:46 +0300 Subject: [PATCH] Update indentation to 2 spaces in the editor config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 392fe661..2a3f55d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,8 @@ max_line_length = 150 indent_style = space charset = utf-8 +[*.kt] +indent_size = 2 + [*.yml] indent_size = 2