From 7c5136bccfe4a4e5c0cb7a4a70bc74c29ea8cda1 Mon Sep 17 00:00:00 2001 From: jaysunxiao Date: Fri, 3 Sep 2021 00:23:51 +0800 Subject: [PATCH] =?UTF-8?q?perf[zfoo]:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/idea/idea-set-up.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/idea/idea-set-up.md b/doc/idea/idea-set-up.md index 5045f6bc..41ad7ea2 100644 --- a/doc/idea/idea-set-up.md +++ b/doc/idea/idea-set-up.md @@ -23,6 +23,13 @@ git config --global http.proxy http://127.0.0.1:10809 git config --global https.proxy https://127.0.0.1:10809 ``` +- 换行符 + +``` +提交时转换为LF,检出时不转换,强烈推荐设置,可以减少不同电脑和不同系统之间切换,导致换行符不统一的问题 +git config --global core.autocrlf input +``` + ## 3. nodejs安装 - 直接默认安装