From ee0cc7b9a32a4c171244fb2d98d85e7b6c2f91a2 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 13:30:05 +1100 Subject: [PATCH] fix: update instructions to use global config for core.autocrlf --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5989dd0bc..895b68a9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ pip install setuptools You may need to disable `core.autocrlf` to prevent line ending issues. ```sh - git config --local core.autocrlf false + git config --global core.autocrlf false ``` - Install [Node.JS](https://nodejs.org/en/download/) @@ -119,7 +119,7 @@ pip install setuptools After installing Git, you may need to disable `core.autocrlf` to prevent line ending issues. ```sh - git config --local core.autocrlf false + git config --global core.autocrlf false ``` - Install [Node.JS](https://nodejs.org/en/download/) @@ -183,7 +183,7 @@ Setup instructions for Windows using Chocolatey: After installing Git, you may need to disable `core.autocrlf` to prevent line ending issues. ```sh - git config --local core.autocrlf false + git config --global core.autocrlf false ``` - Install [CMake](https://cmake.org/download/)