From 17b50f9741f61a85e84b2d1efa47b7402b113ff1 Mon Sep 17 00:00:00 2001 From: hasan genc Date: Tue, 7 Apr 2020 17:35:36 +0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 651f59e..8cb834d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,5 @@ charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = tab -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true +indent_size = 4