From 362e22c87642173c754f01ca734fdf941abff507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 18 Jul 2019 07:35:15 -0700 Subject: [PATCH] Updated .editorconfig. --- .editorconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4fa189592..a1395a709 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,10 @@ root = true [*] -indent_style = tab -indent_size = 4 -end_of_line = lf +charset = utf-8 +indent_style = tab +indent_size = 4 +end_of_line = lf max_line_length = 100 insert_final_newline = true trim_trailing_whitespace = true