.rubocop.yml in digest-ed2k-hash-0.2.0 vs .rubocop.yml in digest-ed2k-hash-0.3.0

- old
+ new

@@ -1,8 +1,10 @@ AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true DisplayStyleGuide: true + Exclude: + - 'spec/**/*' # Because only 2 spaces indent is insane Style/IndentationWidth: Width: 4