wp-cli-fixtures/.editorconfig
Nicolas Lemoine 31f9923749
- Update dependencies
- Switch to GitHub Actions, remove Travis
2021-02-24 17:04:06 +01:00

14 lines
187 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_size = 4
[*.json,*.yml]
indent_size = 2