10 references to NewLine
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
CSharpFormattingOptions2.cs (7)
240
FormattingOptionGroups.
NewLine
,
248
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_else",
253
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_catch",
258
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_finally",
263
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_members_in_object_initializers",
268
FormattingOptionGroups.
NewLine
, "csharp_new_line_before_members_in_anonymous_types",
273
FormattingOptionGroups.
NewLine
, "csharp_new_line_between_query_expression_clauses",
Formatting\CSharpFormattingOptions.cs (1)
22
group: FormattingOptionGroups.
NewLine
,
Microsoft.CodeAnalysis.Workspaces (2)
FormattingOptions2.cs (2)
41
"end_of_line", LineFormattingOptions.Default.NewLine, FormattingOptionGroups.
NewLine
, isEditorConfigOption: true,
60
"insert_final_newline", DocumentFormattingOptions.Default.InsertFinalNewLine, FormattingOptionGroups.
NewLine
, isEditorConfigOption: true);