Skip to content

Commit

Permalink
Merge pull request chocolatey-archive#74 from glennsarti/fix-crlf-syn…
Browse files Browse the repository at this point in the history
…c-yml

(MAINT) Fix .gitattributes for module development on Windows
  • Loading branch information
eputnam authored Mar 30, 2017
2 parents ac476f7 + 810f566 commit 5e3af24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#This file is generated by ModuleSync, do not edit.
*.rb eol=lf
*.erb eol=lf
*.pp eol=lf
*.sh eol=lf
5 changes: 5 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
- "/.vscode/"
- ".config"

.gitattributes:
# As this is for Windows, ERB files can be either LF or CRLF
exclude:
- "*.erb"

Gemfile:
optional:
':system_tests':
Expand Down

0 comments on commit 5e3af24

Please sign in to comment.