Skip to content

Commit

Permalink
Update file(s) from wp-cli/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 27, 2023
1 parent 7f2212e commit ce17377
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

[*]
Expand All @@ -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

0 comments on commit ce17377

Please sign in to comment.