We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e8ef6 commit 024fe42Copy full SHA for 024fe42
.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
@@ -13,6 +15,12 @@ insert_final_newline = true
13
15
trim_trailing_whitespace = true
14
16
indent_style = tab
17
-[*.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
0 commit comments