.hound.yml in name-tamer-0.2.3 vs .hound.yml in name-tamer-0.2.4
- old
+ new
@@ -13,5 +13,11 @@
Enabled: false
FileName:
Description: 'Use snake_case for source file names.'
Enabled: false
+
+DotPosition:
+ Description: 'Checks the position of the dot in multi-line method calls.'
+ EnforcedStyle: leading
+ # EnforcedStyle: trailing
+ Enabled: true