Opened 12 years ago
Closed 12 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks netweb :)