funcky icon indicating copy to clipboard operation
funcky copied to clipboard

Create Polyadic.CodeStyle

Open FreeApophis opened this issue 1 year ago • 3 comments

Should we define our own code style?

FreeApophis avatar Mar 01 '24 06:03 FreeApophis

Is this related to the suppressions in https://github.com/polyadic/funcky-lexer/pull/3/files?

bash avatar Mar 07 '24 14:03 bash

Not directly, but Polyadic depends on Messerli repos.

FreeApophis avatar Apr 08 '24 16:04 FreeApophis

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).

bash avatar Apr 09 '24 09:04 bash

Any progress on this one?

An adapted copy of the Messerli repository would be simple to do.

FreeApophis avatar Jan 14 '25 08:01 FreeApophis

No, I haven't made any progress towards https://github.com/polyadic/funcky/pull/785 unfortunately.

Yeah forking messerli/code-style seems easy enough :)

bash avatar Jan 14 '25 08:01 bash

Initial copy is here: https://github.com/polyadic/code-style/pull/1

bash avatar Jan 14 '25 09:01 bash