From 4b09d2c4b56146e2a3236566bb40baebe1836d42 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Wed, 31 Oct 2018 19:37:17 +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 4fee7ac..df486cd 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 (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)