Skip to content

Commit ade0788

Browse files
Remove byte order mark
Remove the byte order mark from the schema file to fix Visual Studio Code parse error.
1 parent ed67842 commit ade0788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
33
"id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
44
"title": "StyleCop Analyzers Configuration",

0 commit comments

Comments
 (0)