TysonMN / tysonmn.github.io

Blog of Tyson Williams about software engineering and functional programming
https://tysonwilliams.coding.blog/
MIT License
3 stars 7 forks source link

2020-09-12_editorconfig #16

Closed utterances-bot closed 3 years ago

utterances-bot commented 3 years ago

EditorConfig

https://tysonwilliams.coding.blog/2020-09-12_editorconfig

dharmaturtle commented 3 years ago

Here's the default EditorConfig which may have less surprising settings for people who are accustomed to the conventional C# style: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference?view=vs-2019#example-editorconfig-file

Or, you can use the one defined by the Roslyn team: https://github.com/dotnet/roslyn/blob/master/.editorconfig

nathans1309 commented 3 years ago

I really appreciate how editorConfig will enable team members to use their editor of choice while only needing to maintain one settings file