.hound.yml in name-tamer-0.2.9 vs .hound.yml in name-tamer-0.2.10

- old
+ new

@@ -19,5 +19,9 @@ DotPosition: Description: 'Checks the position of the dot in multi-line method calls.' EnforcedStyle: leading # EnforcedStyle: trailing Enabled: true + +StringLiterals: + EnforcedStyle: single_quotes + Enabled: true