asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
203 stars 57 forks source link

Base editorconfig + format #208

Closed yurvon-screamo closed 4 months ago

yurvon-screamo commented 4 months ago

Description

This is my editorconfig from work, it's far from perfect, it's a little crooked in places.

But it has passed the test of time, we have been using it for about 2 years in combination with the SQ analyzer, I think it will be enough to start with, but it is specific in places.

@VisualBean , do you agree, or will we write a new editorconfig?

Related issue(s)

202

VisualBean commented 4 months ago

Most people seem to swear by this one

https://github.com/dotnet/roslyn/blob/main/.editorconfig

Made by the Roslyn team (for Roslyn itself).

Personally I am indifferent, although the Roslyn one is pretty widespread, so might sit better with the majority.

I'll try this one out tomorrow, and see what I think.

yurvon-screamo commented 4 months ago

Most people seem to swear by this one

https://github.com/dotnet/roslyn/blob/main/.editorconfig

Made by the Roslyn team (for Roslyn itself).

Personally I am indifferent, although the Roslyn one is pretty widespread, so might sit better with the majority.

It's made on the basis of what you threw off, let's take it, then I'll redo it now and send a new pull request