From e9a9238165085d7c1c111c2c05e28220cd080d89 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 16 Jul 2014 09:38:42 +0300 Subject: Make houndci prefer single quotes. --- .hound.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hound.yml (limited to '.hound.yml') diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000000..3bde29fb2bf --- /dev/null +++ b/.hound.yml @@ -0,0 +1,4 @@ +# Prefer single quotes +StringLiterals: + EnforcedStyle: single_quotes + Enabled: true -- cgit v1.2.3