From 17612beea1dde84922b3c1d1229c1a0cb00976b5 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 13:06:27 +0100 Subject: [PATCH] Created Use tabs for indentation (markdown) --- Use-tabs-for-indentation.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Use-tabs-for-indentation.md diff --git a/Use-tabs-for-indentation.md b/Use-tabs-for-indentation.md new file mode 100644 index 0000000..e3d26ae --- /dev/null +++ b/Use-tabs-for-indentation.md @@ -0,0 +1,3 @@ +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) \ No newline at end of file