aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-10-20 14:10:50 +0100
committerGitHub2017-10-20 14:10:50 +0100
commit76cd7c79498daf380d99ed7379394618164b602b (patch)
tree3c4be45df3b0a4d011422064c084f3e80fba80f7 /Library/.rubocop.yml
parenta2374cba6cf9a56897f5feeab7f4add661d3c287 (diff)
parent487bec957007612956ff97b3912f88768becaa32 (diff)
downloadbrew-76cd7c79498daf380d99ed7379394618164b602b.tar.bz2
Merge pull request #3319 from reitermarkus/squiggly-heredocs
Use “squiggly” heredocs.
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index cf6a2a0a2..d1a3860db 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: