From eaaee0c8e89c50a526e1ac2e3ec3c99127f50b13 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Wed, 31 Oct 2018 19:37:05 +0100 Subject: [PATCH] Updated Coding style policy (markdown) --- Coding-style-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-style-policy.md b/Coding-style-policy.md index 6c943ed..4fee7ac 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -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. +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)