mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 04:04:59 -05:00
Merge pull request #658 from ZogStriP/prevent-crlf-on-yml-files
prevent crlf on yml files
This commit is contained in:
+5
-4
@@ -1,9 +1,10 @@
|
||||
# This is the standard LF normalization file used on windows
|
||||
#
|
||||
|
||||
# Auto detect text files and perform LF normalization
|
||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||
* 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
|
||||
*.cs diff=csharp
|
||||
*.sln merge=union
|
||||
|
||||
Reference in New Issue
Block a user