Replace tabs by spaces

This commit is contained in:
Jean Traullé 2019-08-30 23:45:33 +02:00
parent 26e7fad0ff
commit 8ba5387864
No known key found for this signature in database
GPG Key ID: FDF5222E25DEC366

View File

@ -1,10 +1,10 @@
--- ---
linters: linters:
phpcs: phpcs:
standard: 'dev/setup/codesniffer/ruleset.xml' standard: 'dev/setup/codesniffer/ruleset.xml'
extensions: 'php' extensions: 'php'
tab_width: 4 tab_width: 4
fixer: true fixer: true
fixers: fixers:
enable: true enable: true