We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9eb82d commit b6eec08Copy full SHA for b6eec08
1 file changed
.editorconfig
@@ -2,7 +2,9 @@
2
# editorconfig.org
3
4
# WordPress Coding Standards
5
-# http://make.wordpress.org/core/handbook/coding-standards/
+# 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.
8
9
root = true
10
@@ -12,12 +14,13 @@ end_of_line = lf
12
14
insert_final_newline = true
13
15
trim_trailing_whitespace = true
16
indent_style = tab
-indent_size = 4
17
-[*.{json,yml,feature}]
18
+[{*.yml,*.feature,.jshintrc,*.json}]
19
indent_style = space
20
indent_size = 2
21
-[composer.json]
22
-indent_style = space
23
+[*.md]
+trim_trailing_whitespace = false
24
25
+[{*.txt,wp-config-sample.php}]
26
+end_of_line = crlf
0 commit comments