From 51587a63a01982a3e7c7512890471bbd8742d6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 19 Jul 2019 09:39:19 +0200 Subject: [PATCH] Add file encoding to .editorconfig. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index ae9e1bf674..4c86f3ff16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,5 @@ [*] +charset = utf-8 indent_style = space indent_size = 4 trim_trailing_whitespace = true