funcky
funcky copied to clipboard
Create Polyadic.CodeStyle
Should we define our own code style?
Is this related to the suppressions in https://github.com/polyadic/funcky-lexer/pull/3/files?
Not directly, but Polyadic depends on Messerli repos.
I started an experiment in #785. There are a lot of code style options built into roslyn. Thanks to EnforceCodeStyleInBuild we might not need StyleCop anymore (which would be great because StyleCop usually takes a while to catch up with new C# versions).
Any progress on this one?
An adapted copy of the Messerli repository would be simple to do.
No, I haven't made any progress towards https://github.com/polyadic/funcky/pull/785 unfortunately.
Yeah forking messerli/code-style seems easy enough :)
Initial copy is here: https://github.com/polyadic/code-style/pull/1