diff --git a/.editorconfig b/.editorconfig index 38d38595..888f0057 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 61487215..2c346b03 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 00000000..191bcd94 --- /dev/null +++ b/nuget.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +