From: Vladimír Vondruš Date: Thu, 18 Jul 2019 16:18:31 +0000 (+0200) Subject: Add file encoding to .editorconfig. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=ba8e6c0ff0e18f294c3febcd559e0665bbbb537d;p=blog.git Add file encoding to .editorconfig. --- 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