editorconfig file in my projects which works fine on VSCODE but the same doesnt work in the VISUAL STUDIO 2017 version : 15.5.4. As per the Documentation on GITHUB Repo https://github.com/editorconfig/editorconfig-visualstudio#readme it should work but it doesnt. Has anybody tried it with Visual Studio. My .editorconfig file :
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true