From f744b8f0aebbdc1d95e29d0378fd5984234033c5 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Thu, 3 Jan 2019 12:35:20 +0100 Subject: [PATCH] Update editorconfig --- .editorconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0ac22f0..ba752cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,9 @@ root = true [*] -indent_style=tab -indent_size=tab -tab_width=4 +indent_style=space +indent_size = 4 end_of_line=lf charset=utf-8 trim_trailing_whitespace=true max_line_length=120 insert_final_newline=true -