Configure editors to explicitly use LF / \n line endings (#10916)

This commit is contained in:
Avasam
2023-10-19 03:34:40 -04:00
committed by GitHub
parent 35873ec3d8
commit 3cb1a8faed
3 changed files with 11 additions and 5 deletions

3
.gitattributes vendored
View File

@@ -1,3 +1,6 @@
# Normalize EOF
* autocrlf=false
* eol=lf
# Set linguist-language to support comments syntax highlight
**/stubtest_allowlist*.txt linguist-language=ini
tests/stubtest_allowlists/*.txt linguist-language=ini