Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
144 stars 83 forks source link

Add an .editorconfig file to help maintain styling #355

Closed synercoder closed 3 months ago

synercoder commented 3 months ago

I opened a quick PR today to fix a issue I noticed in the library. But my PR needed a couple extra commits to fix styling issues that my VS wanted to apply to the code. To avoid these kind of style issues, might I suggest creating an export of your Visual Studio settings/preferences into an .editorconfig file, and include it in the root of your repo? That way other contributor automatically write code in your preferred style.

Viincenttt commented 3 months ago

Good idea!

Viincenttt commented 3 months ago

I've added an editorconfig, thanks for the suggestion. During this month I'll go through the existing code and fix consistency issues where needed.