Skip to content

Commit 0d1f058

Browse files
author
Kevin Petit
committed
Fix csharp_using_directive_placement setting retrieval
1 parent 1b5a75a commit 0d1f058

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel/AnalyzerConfigHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ internal static string TryGetMultiLineStringValue(AnalyzerConfigOptionsWrapper a
7171
{
7272
return new KeyValuePair<string, string>(value.Substring(0, colonIndex), value.Substring(colonIndex + 1));
7373
}
74+
75+
return new KeyValuePair<string, string>(value, string.Empty);
7476
}
7577

7678
return null;

0 commit comments

Comments
 (0)