Merge pull request #7314 from axilleas/houndci_single_quotes

Make houndci prefer single quotes.
This commit is contained in:
Sytse Sijbrandij
2014-07-16 10:55:30 +02:00
+4
View File
@@ -0,0 +1,4 @@
# Prefer single quotes
StringLiterals:
EnforcedStyle: single_quotes
Enabled: true