Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
added a rubocop config file for windows to allow windows users to run…
Browse files Browse the repository at this point in the history
… rubocop without having to deal with messages about carriage returns
  • Loading branch information
hershilpatel committed Jul 25, 2019
1 parent c5a0b30 commit 3a0e900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherit_from: .rubocop.yml

Layout/EndOfLine:
EnforcedStyle: crlf

0 comments on commit 3a0e900

Please sign in to comment.