Make houndci prefer single quotes.

This commit is contained in:
Achilleas Pipinellis 2014-07-16 09:38:42 +03:00
parent e3df8bf015
commit e9a9238165
1 changed files with 4 additions and 0 deletions

4
.hound.yml Normal file
View File

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