diff --git a/.editorconfig b/.editorconfig index 98fd05f5b3..e2566a262e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,28 +1,24 @@ -; EditorConfig to support per-solution formatting. -; Use the EditorConfig VS add-in to make this work. -; http://editorconfig.org/ +# EditorConfig is awesome:http://EditorConfig.org -; This is the default for the codeline. +# top-most EditorConfig file root = true [*] indent_style = space charset = utf-8 trim_trailing_whitespace = true - -[*.{cs}] -indent_size = 4 insert_final_newline = true -; All XML-based file formats -[*.{config,csproj,nuspec,props,resx,targets,xml}] -indent_size = 2 - -[*.{json}] -indent_size = 2 - -[*.{ps1}] +[*.cs] indent_size = 4 +dotnet_sort_system_directives_first = true:warning -[*.{sh}] +# Xml files +[*.{csproj,config,props,targets,ruleset,config,resx,xml}] +indent_size = 2 + +[*.{json, yml}] +indent_size = 2 + +[*.{ps1,sh}] indent_size = 4 \ No newline at end of file diff --git a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj index ee7f2acb06..193cfa8ac3 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj +++ b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj @@ -10,20 +10,17 @@ dotnet;watch DotnetCliTool 1.0.0 - toolassets - + - - \ No newline at end of file diff --git a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/Microsoft.Extensions.Caching.SqlConfig.Tools.csproj b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/Microsoft.Extensions.Caching.SqlConfig.Tools.csproj index 468900312f..19f3aa9175 100644 --- a/src/Microsoft.Extensions.Caching.SqlConfig.Tools/Microsoft.Extensions.Caching.SqlConfig.Tools.csproj +++ b/src/Microsoft.Extensions.Caching.SqlConfig.Tools/Microsoft.Extensions.Caching.SqlConfig.Tools.csproj @@ -20,6 +20,4 @@ - - \ No newline at end of file diff --git a/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.csproj b/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.csproj index 9730829536..dc050cfa32 100644 --- a/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.csproj +++ b/src/Microsoft.Extensions.SecretManager.Tools/Microsoft.Extensions.SecretManager.Tools.csproj @@ -22,6 +22,4 @@ - - \ No newline at end of file diff --git a/src/workaround.targets b/src/workaround.targets deleted file mode 100644 index 4068dffd93..0000000000 --- a/src/workaround.targets +++ /dev/null @@ -1,23 +0,0 @@ - - - - $(DefaultItemExcludes);lib\**\* - - - - - <_PackageFiles Include="lib\netcoreapp1.0\*.json" BuildAction="None" PackagePath="%(Identity)" /> - - - - - - - \ No newline at end of file