From b3d7778747b2843e0835303c788aa9a9ed76b6d3 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Wed, 1 May 2024 00:44:23 +0300 Subject: [PATCH] note on this stupid thing --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 49f8adf2..4398ac3d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,17 @@ You can find instructions here: [README.release.md](./post_build/README.release. git submodule update --recursive --remote ``` + Disable automatic CRLF handling: + *Locally* + ```shell + git config --local core.autocrlf false + ``` + *Or globally/system wide* + ```shell + git config --system core.autocrlf false + git config --global core.autocrlf false + ``` + ### For Windows: * You need Windows 10 or 8.1 * Install `Visual Studio 2022 Community`: https://visualstudio.microsoft.com/vs/community/