You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It this a bug as the specs say it should not be interpreted as comment.
Comment: starts with a ; or a #.
Inserting a # or ; after non-whitespace characters in a line (i.e., inline) shall neither be parsed as a comment nor as part of the section name, pair (defined below) key or value in which it was inserted. This may change in the future; thus, is not recommended.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 25effdb0-73bc-c23f-9f68-94678b42cd78
Version Independent ID: 3a31cc05-2a3c-5d5f-8dc6-357f56002261
(copied from MicrosoftDocs/visualstudio-docs/issues/6386, relating to Add file header)
With this:
.editorconfig:
Add -> Class, will generate:
I expected
// a;b;c
and not// a
It this a bug as the specs say it should not be interpreted as comment.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: