https://github.com/polyadic/code-style
Shared Code Style for all Polyadic/Funcky projects
https://github.com/polyadic/code-style
Last synced: 5 months ago
JSON representation
Shared Code Style for all Polyadic/Funcky projects
- Host: GitHub
- URL: https://github.com/polyadic/code-style
- Owner: polyadic
- License: apache-2.0
- Created: 2025-01-14T08:42:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:50:25.000Z (over 1 year ago)
- Last Synced: 2025-07-27T06:34:00.068Z (11 months ago)
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache
Awesome Lists containing this project
README
# Polyadic Code Style
[](https://www.nuget.org/packages/Polyadic.CodeStyle)
[](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-MIT)
[](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-Apache)
Shared Code Style for all Polyadic/Funcky projects.
## Usage
```xml
```
The rules are configured with the expectation that you build with
`/p:TreatWarningsAsErrors=true` on CI.
## Credits
The `Polyadic.CodeStyle` package started as a direct copy of
[`Messerli.CodeStyle`](https://github.com/messerli-informatik-ag/code-style), licensed under either Apache 2.0 or MIT.
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-Apache](LICENSE-Apache) or )
* MIT license
([LICENSE-MIT](LICENSE-MIT) or )
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.