[EditorConfig](http://editorconfig.org/), which is the most popular configuration standard that is used by almost every popular IDE's is supported by `Visual Studio 2017`+. Many configurations are shown in [Create portable, custom editor settings with EditorConfig](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options). We need to follow them and write a `.editorconfig` file.
EditorConfig, which is the most popular configuration standard that is used by almost every popular IDE's is supported by
Visual Studio 2017+.Many configurations are shown in Create portable, custom editor settings with EditorConfig. We need to follow them and write a
.editorconfigfile.