Skip to content

Commit

Permalink
Build: instruct file editors to use tabs for indentation for `.jshint…
Browse files Browse the repository at this point in the history
…rc` and `*.js` files.

This changes brings us inline with WordPress, where historically we've matched code standards.

See #WP43075

Fixes #7733

Props netweb

git-svn-id: https://buddypress.svn.wordpress.org/trunk@11946 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
  • Loading branch information
paulgibbs committed Apr 4, 2018
1 parent 9b746cb commit 571a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -13,7 +13,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[{.jshintrc,*.json,*.yml}]
[*.yml]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 571a137

Please sign in to comment.