From 80eec9e8f7f5548b66addb83b8b9531d0cee7363 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Fri, 29 May 2020 04:00:05 +0900 Subject: [PATCH] Fix incorrect .editorconfig comment The comment is outdated since https://github.com/dlang/dmd/pull/8656 was merged. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0f7367abb0..7e7b18764b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true # Default settings for all file types: # + save files in UTF-8 encoding -# + use Unix line-endings and a final newline # + remove whitespace at the end of lines [*] charset = utf-8