-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] Line endings: Adds gitattribute to normalize line endings (#…
…3062) Several of the files have mixed line endings causing issues with PRs saying they changed the entire file instead of just 1 line. This is adding a gitattribute file that will force all the files to use the CRLF formatting. This also fixes all the .cs files to use the correct formatting.
- Loading branch information
Showing
47 changed files
with
17,142 additions
and
17,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Declare files that will always have CRLF line endings on checkout | ||
* text=auto | ||
|
||
*.bmp binary | ||
*.dll binary | ||
*.gif binary | ||
*.jpg binary | ||
*.png binary | ||
*.snk binary | ||
*.exe binary | ||
*.wmv binary | ||
*.mp4 binary | ||
*.ismv binary | ||
*.isma binary | ||
|
||
*.cs text diff=csharp eol=crlf | ||
*.csproj text=auto | ||
*.sln text=auto eol=crlf | ||
*.sh text=auto eol=lf |
532 changes: 266 additions & 266 deletions
532
Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.