Skip to content

Commit

Permalink
In pursuance to editorconfig/editorconfig-vote#6, clarify that "inlin…
Browse files Browse the repository at this point in the history
…e comment" is undefined.
  • Loading branch information
xuhdev committed Jun 30, 2019
1 parent bd50f0b commit 71e10b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ line must be one of the following:
- Section Title: A line that starts with a ``[``, and that ends with a ``]``.
- Assignment: A line separated by an `=` into two parts.

Any line that is not one of the above is invalid. For convenience, we also
define the following terminologies:
Any line that is not one of the above is invalid. "Inline comment" in
appearance, i.e., a line that has a ``;`` or a ``#`` in the middle, is
undefined. For convenience, we also define the following terminologies:

- Section Name: The string between the beginning ``[`` and the ending ``]`` in
a Section Title.
Expand Down

0 comments on commit 71e10b3

Please sign in to comment.