From ba8e6c0ff0e18f294c3febcd559e0665bbbb537d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 18 Jul 2019 18:18:31 +0200 Subject: [PATCH] Add file encoding to .editorconfig. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 77198de1..8fc97381 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,5 @@ [*] +charset = utf-8 indent_style = space indent_size = 4 -- 2.30.2