diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-16 19:02:23 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-16 19:02:23 +0200 |
commit | 070d5c71bc73d5be28a9fb52ae393579c1b75953 (patch) | |
tree | b2064386bf5378836c22858f114e321e2298cc01 | |
parent | 27fe2ea53530709b9d51915d9cd95912c9be0a06 (diff) | |
download | gitlab-shell-070d5c71bc73d5be28a9fb52ae393579c1b75953.tar.gz |
Let hound prefer single-quote strings
-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 |