How do you format?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • csharpier

    CSharpier is an opinionated code formatter for c#.

    I just let https://github.com/belav/csharpier format all of my code and never think about it. It would produce what is on the left.

  • format

    Home for the dotnet-format command

    dotnet format does not break lines when they get too long, or collapse lines if they are too short and could be fit on the same line. See https://github.com/dotnet/format/issues/246. Another way to say it - no matter where you put linebreaks in a given code file, csharpier will produce the same output. dotnet format would produce a different output based on where current line breaks exist.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts