diff options
-rw-r--r-- | .hound.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.hound.yml b/.hound.yml index 01bb3875d..7e83ba724 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,8 +1,8 @@ # Configuration for https://houndci.com/ -Style/IndentationWidth: +IndentationWidth: Description: 'Use 2 spaces for indentation.' Enabled: false -Style/HashSyntax: +HashSyntax: EnforcedStyle: hash_rockets |