Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 284 Bytes

File metadata and controls

10 lines (6 loc) · 284 Bytes

Learning .NET

Learn .NET by simple examples.

Notes on file EOL

To ensure a correct and consistent EOL for source files, execute the following commamnds under the project root before everything else

  • git config set core.safecrlf true
  • git config set core.autocrlf false