Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created January 9, 2016 05:06
Embed
What would you like to do?
VS 2015 .editorconfig - JS & C# file types
# top-most EditorConfig file
root = true
# Windows-style newlines with a blank line ending only C# & JavaScript files
[*.{cs,js}]
end_of_line = crlf
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment