-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Now, after VS2017 release, we can see what have been done there, and what haven't been done.
I have been using EditorConfig for Visual Studio to consistently set the following properties on my projects:
[*]
charset = utf-8 # that means without BOM
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = trueVS2017 doesn't support charset = utf-8 (and forces the BOM all the way), nor insert_final_newline neither trim_trailing_whitespace, and that causes mess in my sources. The kind of mess I'd like to exterminate.
I think that embedded EditorConfig support in VS2017 isn't very useful in its current state, and I'd like the plugin to be resurrected and released for VS2017.
yallie, neilrees, mrlacey, reduckted, mihaipopescu and 9 more
Metadata
Metadata
Assignees
Labels
No labels