diff options
author | Marin Jankovski <marin@Marins-MacBook-Pro.local> | 2014-09-17 18:03:59 +0200 |
---|---|---|
committer | Marin Jankovski <marin@Marins-MacBook-Pro.local> | 2014-09-17 18:03:59 +0200 |
commit | f8c02d6ceaac13fc440423afc6b152df5539e35c (patch) | |
tree | def2a625a0a2de7dfa69fd57906e5c8108fa35cb | |
parent | 63b6c78f585988f679a67b0710de2e1ad3b0d870 (diff) | |
parent | dd9c7b332a53f385d7a38d4c174e2c60e1697a72 (diff) | |
download | gitlab-shell-f8c02d6ceaac13fc440423afc6b152df5539e35c.tar.gz |
Merge branch 'master' of https://github.com/gitlabhq/gitlab-shell
-rw-r--r-- | .hound.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000..4799e9d --- /dev/null +++ b/.hound.yml @@ -0,0 +1,3 @@ +StringLiterals: + EnforcedStyle: single_quotes + Enabled: true |