Skip to main content

C# Code Style

InfiniFrame uses K&R brace style for C# code.

This is enforced through the repository-level .editorconfig at the project root:

  • /.editorconfig

Relevant rule:

  • csharp_new_line_before_open_brace = none

Use your IDE formatter or dotnet format with the repository settings so C# formatting stays consistent.