rebus-org / Rebus.SqlServer

:bus: Microsoft SQL Server transport and persistence for Rebus
https://mookid.dk/category/rebus
Other
43 stars 42 forks source link

Add .editorconfig #51

Closed MrMDavidson closed 4 years ago

MrMDavidson commented 4 years ago

This is the default .Net .editorconfig and probably worthy of some updates to better match the preferred coding style of the repository. But supported editors (Visual Studio, Code, etc) will take it into account when formatting code... helpful to avoid problems with different committers using slightly different styles.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

MrMDavidson commented 4 years ago

Pretty confident the CI build is broken for this project... this literally just adds an .editorconfig and doesn't touch anything else.

mookid8000 commented 4 years ago

👍 cool