wordpress-website-lifecycle/.editorconfig
2025-04-19 05:10:40 +02:00

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