diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-02 16:17:12 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-02 16:17:12 +0100 |
commit | 3deef07810ebb269a52c0e1f961c58a43b5dc293 (patch) | |
tree | bc0bd9ee0e255a8d2f4db7d9113b81b3e3963e7e | |
parent | 77b33db54348210a60a1df0670f3d94d30639c03 (diff) |
Don't use the 2 space indentation rule.
Alaveteli uses 4 spaces.
-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 |