wp-plugin-installer/.editorconfig
2022-10-25 15:04:19 +02:00

26 lines
331 B
INI

# 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
[{composer.json,package.json}]
indent_size = 4
[*.md]
trim_trailing_whitespace = false