Opened 10 years ago
Closed 10 years ago
#5699 closed defect (bug) (fixed)
Multiple strings in .editorconfig section names should be wrapped in curly brackets
Reported by: | netweb | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch commit |
Cc: |
Description
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.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thanks netweb :)