diff options
-rw-r--r-- | .hound.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 000000000..875973187 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,5 @@ +# Configuration for https://houndci.com/ + +Style/IndentationWidth: + Description: 'Use 2 spaces for indentation.' + Enabled: false |