diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 00000000..fd3c9072 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,3 @@ +LineLength: + Description: 'Limit lines to 100 characters.' + Max: 100