Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNewell Clark <newellofthefuture@gmail.com>2021-09-29 16:42:02 +0300
committerGitHub <noreply@github.com>2021-09-29 16:42:02 +0300
commit4590efe6661fbc747f732455a741bfb58c4c6e5a (patch)
tree0795634433d9d4f2218545bb6274d1caf900a3bc /.editorconfig
parent06a208880ff9c297b24a8bd4d4cac6baf20f0017 (diff)
Prefer readonlyspan properties over readonly array fields (#59670)
* Fix violations in System.IO.Compression * Fix System.Private.DataContractSerialization * Fix System.Net.HttpListener * Fix System.Text.Encoding.CodePages * Revert changes to .editorconfig * Apply suggestions from code review Co-authored-by: Günther Foidl <gue@korporal.at> Co-authored-by: Günther Foidl <gue@korporal.at>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 3d69f227062..0f3f8b93228 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -190,3 +190,4 @@ indent_size = 2
end_of_line = lf
[*.{cmd,bat}]
end_of_line = crlf
+