From e83538d31f095ef7bb1169749ac76990e97e3eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:42:24 +0300 Subject: [PATCH] Add editorconfig --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f166060..0792692 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,13 +4,12 @@ root = true [*] charset = utf-8 indent_style = space -indent_size = 2 +indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true [*.ts] quote_type = single -ij_typescript_use_double_quotes = false [*.md] max_line_length = off