Note about line endings in the contributing guide
This commit is contained in:
parent
703f8a3a43
commit
babf3320fe
@ -86,6 +86,8 @@ Before commiting your changes, run `jake lint` to catch any JS errors in the cod
|
|||||||
If you add any new files to the Leaflet source, make sure to also add them to `build/deps.js`
|
If you add any new files to the Leaflet source, make sure to also add them to `build/deps.js`
|
||||||
so that the build system knows about them.
|
so that the build system knows about them.
|
||||||
|
|
||||||
|
Also, please make sure that you have [line endings configured properly](https://help.github.com/articles/dealing-with-line-endings) in Git! Otherwise the diff will show that all lines of a file were changed even if you touched only one.
|
||||||
|
|
||||||
Happy coding!
|
Happy coding!
|
||||||
|
|
||||||
## Improving Documentation
|
## Improving Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user