Skip to content

Add a .gitattributes file to specify eol=LF #1370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Use LF-style line endings for all text files.
* text=auto eol=lf

# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.ico binary
*.wasm binary
18 changes: 9 additions & 9 deletions crates/misc/dotnet/docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/obj/
_site
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/obj/
_site
10 changes: 5 additions & 5 deletions crates/misc/dotnet/docs/api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############
# temp file #
###############
*.yml
.manifest
###############
# temp file #
###############
*.yml
.manifest
8 changes: 4 additions & 4 deletions crates/misc/dotnet/docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wasmtime for NET
This is the .NET API for [Wasmtime](https://github.com/bytecodealliance/wasmtime).
# Wasmtime for NET

This is the .NET API for [Wasmtime](https://github.com/bytecodealliance/wasmtime).

See the [documentation](Wasmtime.html#classes) for the various .NET classes.
Loading