diff --git a/.editorconfig b/.editorconfig index 38d3859..888f005 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ indent_size = 4 indent_style = space tab_width = 4 -[*.{md,json,yml,props,csproj}] +[*.{md,json,yml,xml,props,csproj}] indent_size = 2 tab_width = 2 diff --git a/.gitignore b/.gitignore index 6148721..2c346b0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ arm64/ *.userosscache *.sln.docstates +.packages packages/ *.nupkg .nuget/ diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..191bcd9 --- /dev/null +++ b/nuget.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +