Skip to content

Commit

Permalink
Update FormatterSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Oct 23, 2023
1 parent c8d3fff commit 3a2baac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ namespace Draco.Compiler.Internal.Syntax.Formatting;
/// </summary>
internal sealed class FormatterSettings
{
/// <summary>
/// The default formatting settings.
/// </summary>
public static FormatterSettings Default { get; } = new();
}

0 comments on commit 3a2baac

Please sign in to comment.