From 7255cb49cbbe739e22e595808523c8058aa9aded Mon Sep 17 00:00:00 2001 From: ta264 Date: Wed, 15 Jan 2020 21:39:44 +0000 Subject: [PATCH] Fix .editorconfig for omnisharp --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 624514a98..c383f7beb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ # editorconfig.org root = true -[*.{cs}] +[*.cs] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true