From 132f6374b20bf31ecc032effc2822b4b3a8351dc Mon Sep 17 00:00:00 2001 From: kiswa Date: Thu, 5 May 2016 15:56:24 +0000 Subject: [PATCH] Use 2 spaces in .yml files --- lint.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lint.yml b/lint.yml index cc198bf..7b940bb 100644 --- a/lint.yml +++ b/lint.yml @@ -1,9 +1,9 @@ linters: - Indentation: - width: 4 + Indentation: + width: 4 - NestingDepth: - max_depth: 4 + NestingDepth: + max_depth: 4 - SelectorDepth: - max_depth: 4 + SelectorDepth: + max_depth: 4