wp-cli-fixtures/.editorconfig
Nicolas Lemoine f1707ae92f
- Remove tests waiting for wp-cli/wp-cli-tests to resolve dependencies conflicts
- Add `AliceProvider`
- Add formatters (<fileIn>, <fileContent>)
- Add ACF support
2019-04-06 12:19:54 +02:00

14 lines
181 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]
indent_size = 2