MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
631 stars 58 forks source link

Coding style #165

Closed FlameHorizon closed 4 years ago

FlameHorizon commented 4 years ago

To keep the same formatting across the entire project and multiple users project can use .editorconfig file. I never worked with Clnag Tidy file but looks similar. editorconfig can define code style settings which will be associated with a codebase rather than a Visual Studio personal account. To read more more about code styles in VS 2017 follow this link

ReSharper is also able to work with defined .editorconfig file. But it looks like ReSharper have broader range of checks than default config file.

Choices are:

Let me know what do you think.

Related #98

Sebanisu commented 4 years ago

I guess I can export what I have set to the file. Then we can be on the same settings. And I guess you guys can tweak it if needed.

FlameHorizon commented 4 years ago

Sounds fair.

FlameHorizon commented 4 years ago

167 contains ‘editorconfig’ file. I’m closing this issue.