Skip to content

Commit 3d488a9

Browse files
committed
Update file(s) from wp-cli/.github
1 parent 258b9b3 commit 3d488a9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.editorconfig

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# WordPress Coding Standards
55
# https://make.wordpress.org/core/handbook/coding-standards/
66

7+
# From https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig with a couple of additions.
8+
79
root = true
810

911
[*]
@@ -13,13 +15,12 @@ insert_final_newline = true
1315
trim_trailing_whitespace = true
1416
indent_style = tab
1517

16-
[{.jshintrc,*.json,*.yml,*.feature}]
18+
[{*.yml,*.feature,.jshintrc,*.json}]
1719
indent_style = space
1820
indent_size = 2
1921

22+
[*.md]
23+
trim_trailing_whitespace = false
24+
2025
[{*.txt,wp-config-sample.php}]
2126
end_of_line = crlf
22-
23-
[composer.json]
24-
indent_style = space
25-
indent_size = 4

0 commit comments

Comments
 (0)