hussein-awala commented on code in PR #34621:
URL: https://github.com/apache/airflow/pull/34621#discussion_r1336752370


##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -248,6 +248,14 @@ Forking and cloning Project
    to clone the repo locally (you can also do it in your IDE - see the `Using 
your IDE <using-your-ide>`_
    chapter below.
 
+Note : For windows based machines, on cloning, the Git line endings may be 
different from unix based systems
+and might lead to unexpected behaviour on running breeze tooling. Manually 
setting a property will mitigate this issue.
+Set it to true for windows.
+
+.. code-block:: bash
+
+  $ git config --global core.autocrlf true

Review Comment:
   ```suggestion
     $ git config core.autocrlf true
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to