From 86fcc652b4dcb9419c66a7ba84eb383e6b7a0ad5 Mon Sep 17 00:00:00 2001 From: de4dot Date: Tue, 1 Jan 2019 13:05:22 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e50fdca43..63fd71df8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,15 @@ root = true [*] +charset = utf-8 #end_of_line = indent_size = 4 indent_style = tab -insert_final_newline = true tab_width = 4 [*.json] -[App.config] +[app.config] [*.yml] indent_size = 2 @@ -29,6 +29,8 @@ indent_style = space indent_style = space [*.{cs,vb}] +insert_final_newline = true + dotnet_separate_import_directive_groups = false dotnet_sort_system_directives_first = true dotnet_style_coalesce_expression = true:suggestion