From c7f5956ea446def421ae482d0cf42b3fcd457ba9 Mon Sep 17 00:00:00 2001 From: Shayan Zamani Date: Sat, 5 Oct 2024 20:59:11 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20update=20.editorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 874bf8b..222b64b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,9 @@ +root = true + [*] -end_of_line = lf \ No newline at end of file +charset = utf-8 +indent_size = 3 +indent_style = tab +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file