Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ Any line that is not one of the above is invalid.

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

Empty EditorConfig Files
------------------------
An empty ``.editorconfig`` file contains only Blank and Comment lines, or no
lines at all. It is equivalent to an ``.editorconfig`` file that contains only
one line, ``root = false``.

No inline comments
------------------

Expand Down