Skip to content

Commit 40ce1a6

Browse files
Multiple strings in .editorconfig section names should be wrapped in curly brackets.
props treyhunner, netweb. fixes #28494. git-svn-id: https://develop.svn.wordpress.org/trunk@28821 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b1fd1db commit 40ce1a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ insert_final_newline = true
1313
trim_trailing_whitespace = true
1414
indent_style = tab
1515

16-
[*.json,*.yml]
16+
[{*.json,*.yml}]
1717
indent_style = space
1818
indent_size = 2
1919

20-
[*.txt,wp-config-sample.php]
20+
[{*.txt,wp-config-sample.php}]
2121
end_of_line = crlf

0 commit comments

Comments
 (0)