[buddypress-trac] [BuddyPress Trac] #5699: Multiple strings in .editorconfig section names should be wrapped in curly brackets
buddypress-trac
noreply at wordpress.org
Mon Jun 9 22:12:36 UTC 2014
#5699: Multiple strings in .editorconfig section names should be wrapped in curly
brackets
--------------------------+-----------------------------
Reporter: netweb | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
via @treyhunner EditorConfig co-creator in #bbPress2614
The following sections are invalid:
- [*.json,*.yml]
They should instead be:
- [{*.json,*.yml}]
Square brackets for the section and curly braces to denote the either-or
conditions in the shell glob.
See http://editorconfig.org/#file-format-details
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5699>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list