Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created January 9, 2016 05:06
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/cd9a27e5081597c433bb to your computer and use it in GitHub Desktop.
Save scottaddie/cd9a27e5081597c433bb to your computer and use it in GitHub Desktop.
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