Suppression
Options for excluding files from formatting entirely, adjusting the severity of the IDE0055 diagnostic, and inserting a file-header comment. IDE0073.
dotnet_diagnostic.ide0055.severity
Set this to none to opt a file out of formatting. Defaults to `warning`
file_header_template
Insert or correct a // comment header at the top of the file. Supports {fileName}. IDE0073. Defaults to `(not set)`
generated_code
Skip this file entirely. Curb never formats files marked as generated. Defaults to `false`