We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f503a7 commit 22270f4Copy full SHA for 22270f4
.editorconfig
@@ -0,0 +1,26 @@
1
+# This file is for unifying the coding style for different editors and IDEs
2
+# editorconfig.org
3
+
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
+[*]
12
+charset = utf-8
13
+end_of_line = lf
14
+insert_final_newline = true
15
+trim_trailing_whitespace = true
16
+indent_style = tab
17
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