Skip to content

Commit 024fe42

Browse files
committed
Update file(s) from wp-cli/.github
1 parent 52e8ef6 commit 024fe42

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.editorconfig

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# editorconfig.org
33

44
# WordPress Coding Standards
5-
# http://make.wordpress.org/core/handbook/coding-standards/
5+
# https://make.wordpress.org/core/handbook/coding-standards/
6+
7+
# From https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig with a couple of additions.
68

79
root = true
810

@@ -13,6 +15,12 @@ insert_final_newline = true
1315
trim_trailing_whitespace = true
1416
indent_style = tab
1517

16-
[*.json,*.yml,*.feature]
18+
[{*.yml,*.feature,.jshintrc,*.json}]
1719
indent_style = space
1820
indent_size = 2
21+
22+
[*.md]
23+
trim_trailing_whitespace = false
24+
25+
[{*.txt,wp-config-sample.php}]
26+
end_of_line = crlf

0 commit comments

Comments
 (0)