wordpress-website-lifecycle/.editorconfig
2023-08-29 10:00:29 +00:00

22 lines
396 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
[wp-config/wp-config.php]
max_line_length = 130