mirror of
https://gh.wpcy.net/https://github.com/oblakstudio/wp-plugin-installer.git
synced 2026-05-25 23:33:59 +08:00
26 lines
331 B
INI
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
|