Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created January 10, 2016 03:12
Embed
What would you like to do?
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