diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000000..1fa469fdc0 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,4 @@ +LineLength: + Max: 99 +HashSyntax: + Enabled: false