Kaynağa Gözat

Ensure LF on checkouts and in editors (#9259)

This will ensure our repo is always checked out with LF line endings
which should help Windows users who have line ending normalization
enabled.

Additionally, added the LF preference to .editorconfig.
tags/v1.11.0-rc1
silverwind 4 yıl önce
ebeveyn
işleme
1718a9591c
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 1
    0
      .editorconfig
  2. 2
    1
      .gitattributes

+ 1
- 0
.editorconfig Dosyayı Görüntüle

@@ -5,6 +5,7 @@ root = true
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.go]
indent_style = tab

+ 2
- 1
.gitattributes Dosyayı Görüntüle

@@ -1,6 +1,7 @@
* text=auto eol=lf
conf/* linguist-vendored
docker/* linguist-vendored
options/* linguist-vendored
public/* linguist-vendored
scripts/* linguist-vendored
templates/* linguist-vendored
templates/* linguist-vendored

Loading…
İptal
Kaydet