summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-09-17 18:03:03 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-09-17 18:03:03 +0200
commitdd9c7b332a53f385d7a38d4c174e2c60e1697a72 (patch)
treeb2064386bf5378836c22858f114e321e2298cc01
parent27fe2ea53530709b9d51915d9cd95912c9be0a06 (diff)
parent070d5c71bc73d5be28a9fb52ae393579c1b75953 (diff)
downloadgitlab-shell-dd9c7b332a53f385d7a38d4c174e2c60e1697a72.tar.gz
Merge pull request #178 from Razer6/hound_single_quote
Let hound prefer single-quote strings
-rw-r--r--.hound.yml3
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