Updated Coding style policy (markdown)

LogMANOriginal 2018-10-31 19:37:17 +01:00
parent eaaee0c8e8
commit 4b09d2c4b5

@ -4,7 +4,7 @@ RSS-Bridge uses [Travis-CI](https://travis-ci.org/) to validate code quality. Yo
# Use tabs for indentation
RSS-Bridge uses tabs for indentation on all PHP files in the repository (except files located in the `vendor` directory`)
RSS-Bridge uses tabs for indentation on all PHP files in the repository (except files located in the `vendor` directory)
_Reference_: [`Generic.WhiteSpace.DisallowSpaceIndent`](https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php)