wp-plugin-installer/.editorconfig

24 lines
283 B
INI
Raw Permalink Normal View History

2022-10-23 17:52:37 +02:00
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_size = 4
[*.scss]
indent_size = 2
[*.js]
indent_size = 2
2022-10-25 15:04:19 +02:00
[*.md]
trim_trailing_whitespace = false