Skip to content

Commit 42f0ebf

Browse files
authored
Merge pull request #171 from Unity-Technologies/feature/line-endings-guidance-for-contributors
Line endings guidance for contributors
2 parents d4b4dda + 7cd1795 commit 42f0ebf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@ Always write a clear log message for your commits. One-line messages are fine fo
5353

5454
$ git commit -m "A brief summary of the commit
5555
>
56-
> A paragraph describing what changed and its impact."
56+
> A paragraph describing what changed and its impact."
57+
58+
### Line Endings Guidelines
59+
The project is using Unix-style line endings.
60+
61+
Follow the instructions in the official [Git Configuration](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration) documentation, the [Formatting and Whitespace](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace) section, to enable `autocrlf` setting on your machine.

0 commit comments

Comments
 (0)