Skip to content

Commit

Permalink
LF for expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 5, 2023
1 parent f55605b commit ed8c246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# Always use lf for F# files
*.fs text eol=lf
*.fsx text eol=lf
*.fsi text eol=lf
*.fsi text eol=lf
*.expected text eol=lf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ let f (json: string) (jsonStream: System.IO.Stream) =
let _ = JsonSerializer.Deserialize<string>(json, new JsonSerializerOptions ())
let _ = JsonSerializer.DeserializeAsync<string>(jsonStream, new JsonSerializerOptions ())
let _ = JsonSerializer.DeserializeAsyncEnumerable<string>(jsonStream, new JsonSerializerOptions ())
()
()

0 comments on commit ed8c246

Please sign in to comment.