Fix incorrect .editorconfig comment

The comment is outdated since https://github.com/dlang/dmd/pull/8656 was
merged.
This commit is contained in:
Hiroki Noda 2020-05-29 04:00:05 +09:00
parent 7910886040
commit 80eec9e8f7

View file

@ -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