mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:21 +08:00
Update file(s) from wp-cli/.github
This commit is contained in:
parent
7f2212e026
commit
ce1737747d
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
# WordPress Coding Standards
|
||||
# https://make.wordpress.org/core/handbook/coding-standards/
|
||||
|
||||
# From https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig with a couple of additions.
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
|
@ -13,9 +15,12 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
indent_style = tab
|
||||
|
||||
[{.jshintrc,*.json,*.yml}]
|
||||
[{*.yml,*.feature,.jshintrc,*.json}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[{*.txt,wp-config-sample.php}]
|
||||
end_of_line = crlf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue