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