From 0e8d5f6698d9edbe69ee0947b112f9b300d4daca Mon Sep 17 00:00:00 2001 From: de4dot Date: Tue, 1 Jan 2019 13:05:47 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3da5d9723..63fd71df8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +charset = utf-8 #end_of_line = indent_size = 4 indent_style = tab @@ -8,7 +9,7 @@ tab_width = 4 [*.json] -[App.config] +[app.config] [*.yml] indent_size = 2