Make houndci prefer single quotes.

This commit is contained in:
Achilleas Pipinellis 2014-07-16 09:38:42 +03:00
parent e3df8bf015
commit e9a9238165

4
.hound.yml Normal file
View file

@ -0,0 +1,4 @@
# Prefer single quotes
StringLiterals:
EnforcedStyle: single_quotes
Enabled: true