Skip to content

Commit babf332

Browse files
committed
Note about line endings in the contributing guide
1 parent 703f8a3 commit babf332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Before commiting your changes, run `jake lint` to catch any JS errors in the cod
8686
If you add any new files to the Leaflet source, make sure to also add them to `build/deps.js`
8787
so that the build system knows about them.
8888

89+
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.
90+
8991
Happy coding!
9092

9193
## Improving Documentation

0 commit comments

Comments
 (0)