mirror of
https://gh.wpcy.net/https://github.com/szepeviktor/wordpress-website-lifecycle.git
synced 2026-04-24 05:09:10 +08:00
24 lines
447 B
INI
24 lines
447 B
INI
# https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
eclint_block_comment_start = /*
|
|
eclint_block_comment = *
|
|
eclint_block_comment_end = */
|
|
|
|
[*.md]
|
|
max_line_length = 300
|
|
trim_trailing_whitespace = false
|
|
|
|
[mu-plugins/woocommerce.php]
|
|
max_line_length = 150
|
|
[wp-config/wp-config.php]
|
|
max_line_length = 130
|