mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
prevent crlf on yml files
This commit is contained in:
parent
5273657537
commit
86ef17af4f
9
.gitattributes
vendored
9
.gitattributes
vendored
|
@ -1,9 +1,10 @@
|
||||||
# This is the standard LF normalization file used on windows
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||||
#
|
|
||||||
|
|
||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
|
# Explicitly declare text files we want to always be normalized and converted
|
||||||
|
# to native line endings on checkout.
|
||||||
|
*.yml text
|
||||||
|
|
||||||
# Custom for Visual Studio, very unlikely, but lets keep it
|
# Custom for Visual Studio, very unlikely, but lets keep it
|
||||||
*.cs diff=csharp
|
*.cs diff=csharp
|
||||||
*.sln merge=union
|
*.sln merge=union
|
||||||
|
|
Loading…
Reference in New Issue
Block a user