From 9bee9ca5757d1c5f720787737fed6a534a620d72 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 15 Oct 2017 02:28:32 +0200 Subject: Use “squiggly” heredocs. --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/.rubocop.yml') diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 7b3bdaeb6..dc21782e2 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -29,7 +29,7 @@ Layout/IndentArray: EnforcedStyle: special_inside_parentheses Layout/IndentHeredoc: - EnforcedStyle: unindent + EnforcedStyle: squiggly # conflicts with DSL-style path concatenation with `/` Layout/SpaceAroundOperators: -- cgit v1.2.3