File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121copyright = '2019--2024, EditorConfig Team'
2222author = '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
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ EditorConfig organization.
7373File Format
7474===========
7575
76+ .. versionchanged :: 0.17.0
77+
7678EditorConfig files are in an INI-like file format.
7779In an EditorConfig file, all beginning whitespace on each line is considered
7880irrelevant. Each line must be one of the following:
@@ -94,7 +96,7 @@ irrelevant. Each line must be one of the following:
9496
9597Any 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
99101No inline comments
100102------------------
You can’t perform that action at this time.
0 commit comments