From 40a7bccdc1bcd1c9fb9bafd128c82b429e356649 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Jun 2014 22:05:25 +0000 Subject: [PATCH] Include *.yml coding standards in .editorconfig. props netweb. fixes #28289. git-svn-id: https://develop.svn.wordpress.org/trunk@28695 602fd350-edb4-49c9-b593-d223f7449a82 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4596314308..7791bb6ef7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[*.json] +[*.json,*.yml] indent_style = space indent_size = 2