Make houndci prefer single quotes.
This commit is contained in:
parent
e3df8bf015
commit
e9a9238165
1 changed files with 4 additions and 0 deletions
4
.hound.yml
Normal file
4
.hound.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Prefer single quotes
|
||||
StringLiterals:
|
||||
EnforcedStyle: single_quotes
|
||||
Enabled: true
|
Loading…
Reference in a new issue