enhancementgood first issue
Descrizione
Expected Behavior
People using Windows and Linux can commit with the same line endings (LF)
Actual Behavior
Windows users with mis-configured git clients commit files with CRLF line endings.
URL, screen shot, or Codepen exhibiting the issue
Example: https://github.com/grommet/grommet/issues/3394#issuecomment-539166085
Steps to Reproduce
Clone grommet from a Windows PC, then try to commit some changes.
Your Environment
- Operating System and version (desktop or mobile): Windows
Solution
A simple .gitattributes file that enforce line endings for text files. Github also has an article about it: https://help.github.com/en/articles/configuring-git-to-handle-line-endings