Skip to content

Commit 0a05b74

Browse files
cxw42xuhdev
andauthored
.editorconfig files MUST be utf-8, not just SHOULD. (#53)
Fixes editorconfig/editorconfig#497 Co-authored-by: Hong Xu <[email protected]>
1 parent 90b274e commit 0a05b74

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
copyright = '2019--2024, EditorConfig Team'
2222
author = 'EditorConfig Team'
2323

24-
version = '0.16.0'
25-
release = '0.16.0'
24+
version = '0.17.0'
25+
release = '0.17.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ EditorConfig organization.
7373
File Format
7474
===========
7575

76+
.. versionchanged:: 0.17.0
77+
7678
EditorConfig files are in an INI-like file format.
7779
In an EditorConfig file, all beginning whitespace on each line is considered
7880
irrelevant. Each line must be one of the following:
@@ -94,7 +96,7 @@ irrelevant. Each line must be one of the following:
9496

9597
Any line that is not one of the above is invalid.
9698

97-
EditorConfig files should be UTF-8 encoded, with LF or CRLF line separators.
99+
EditorConfig files must be UTF-8 encoded, with LF or CRLF line separators.
98100

99101
No inline comments
100102
------------------

0 commit comments

Comments
 (0)