Provide .editorconfig

Hello Sebastian,

It will be nice use .editorconfig for setting squidex code style (at least most important as indent_style etc). I know you are using stylecop but at least in my environment (VS+resharper) it do not overwrite (VS or ReSharper i do not know which one). After each line edit it replace space with tab. And i believe VS/Resharper by default reflect .editorconfig.

Good point. Right now it seems to be a mess with Visual Studio as well, because some of the rules are from the editor config and some are from the rule set: https://github.com/Squidex/squidex/blob/master/backend/Squidex.ruleset

1 Like