diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6f9815b1d3..05353dc20e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -27,7 +27,7 @@ ] }, "csharpier": { - "version": "0.26.3", + "version": "0.26.4", "commands": [ "dotnet-csharpier" ] @@ -39,4 +39,4 @@ ] } } -} +} \ No newline at end of file diff --git a/.editorconfig b/.editorconfig index a7cd612838..50fd56275a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -196,6 +196,10 @@ end_of_line = crlf [*.json] indent_size = 2 +# dependabot does not insert a final newline +[dotnet-tools.json] +insert_final_newline = false + # javascript [*.js] indent_size = 2