We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258b9b3 commit 3d488a9Copy full SHA for 3d488a9
.editorconfig
@@ -4,6 +4,8 @@
4
# WordPress 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.
8
+
9
root = true
10
11
[*]
@@ -13,13 +15,12 @@ insert_final_newline = true
13
15
trim_trailing_whitespace = true
14
16
indent_style = tab
17
-[{.jshintrc,*.json,*.yml,*.feature}]
18
+[{*.yml,*.feature,.jshintrc,*.json}]
19
indent_style = space
20
indent_size = 2
21
22
+[*.md]
23
+trim_trailing_whitespace = false
24
25
[{*.txt,wp-config-sample.php}]
26
end_of_line = crlf
-
-[composer.json]
-indent_style = space
-indent_size = 4
0 commit comments