From 40ce1a6adf4ebee2e29c83fd1cccce23895c1ba7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Jun 2014 10:54:41 +0000 Subject: [PATCH] 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 --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7791bb6ef7..9c21cd8bce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,9 +13,9 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[*.json,*.yml] +[{*.json,*.yml}] indent_style = space indent_size = 2 -[*.txt,wp-config-sample.php] +[{*.txt,wp-config-sample.php}] end_of_line = crlf