Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created January 10, 2016 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/2b7aee9096695f40c454 to your computer and use it in GitHub Desktop.
Save scottaddie/2b7aee9096695f40c454 to your computer and use it in GitHub Desktop.
VS 2015 .editorconfig file - Unix style newlines
# top-most EditorConfig file
root = true
# Unix-style newlines with a blank line ending each file
[*]
end_of_line = lf
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment