diff --git a/.editorconfig b/.editorconfig index 1a931a1..f434912 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,9 @@ root = true # All files [*] indent_style = space +# Solution files (auto-generated, but sometimes manually edited) +[*.sln] +indent_style = tab # Code files [*.{cs,csx,vb,vbx}] indent_size = 4 diff --git a/global.json b/global.json index 36482e3..92f8156 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.302", + "version": "8.0.303", "allowPrerelease": false, "rollForward": "latestFeature" }