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