mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
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
18 lines
371 B
INI
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
|