From 556328a3a01957639bedaca7781d61a4c25f7ed8 Mon Sep 17 00:00:00 2001 From: James Longman Date: Tue, 6 Mar 2018 17:23:00 +0000 Subject: [PATCH] second attempt at yml fix --- .tailor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tailor.yml b/.tailor.yml index a73292f..815565f 100644 --- a/.tailor.yml +++ b/.tailor.yml @@ -13,8 +13,8 @@ only: - trailing-whitespace - comment-whitespace - function-whitespace - - max-line-length: 120 - - min-name-length: 2 + - max-line-length = 120 + - min-name-length = 2 - redundant-parentheses - brace-style - forced-type-cast