buddypress/.editorconfig
Paul Gibbs 7fd286ac4a HTTPSify all external URLs if applicable.
Also sneaks in a few corrections to BuddyPress Codex URLs where the content has been moved since the link was originally added to BP.

Fixes #6184, props mercime

git-svn-id: https://buddypress.svn.wordpress.org/trunk@9517 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2015-02-20 18:02:50 +00:00

18 lines
371 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[{*.json,*.yml}]
indent_style = space
indent_size = 2