From 110eae7c1997e8d335bb6b07bf6d604fdbfb217e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 7 Apr 2023 08:54:30 +0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a50e07fb..c866f704 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,11 @@ root = true [*] +charset = utf-8 end_of_line = lf +indent_style = space insert_final_newline = true +trim_trailing_whitespace = true [*.rs] -charset = utf-8 -indent_style = space indent_size = 4