Skip to content

Commit

Permalink
.editorconfig files MUST be utf-8, not just SHOULD.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Sep 15, 2024
1 parent 755ddfd commit 6473e65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
copyright = '2019--2024, EditorConfig Team'
author = 'EditorConfig Team'

version = '0.16.0'
release = '0.16.0'
version = '0.17.0'
release = '0.17.0'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 3 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ EditorConfig organization.
File Format
===========

.. versionchanged:: 0.17.0

EditorConfig files are in an INI-like file format.
In an EditorConfig file, all beginning whitespace on each line is considered
irrelevant. Each line must be one of the following:
Expand All @@ -94,7 +96,7 @@ irrelevant. Each line must be one of the following:

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

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

No inline comments
------------------
Expand Down

0 comments on commit 6473e65

Please sign in to comment.