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:
authorJuan Hoyos <juan.hoyos@microsoft.com>2020-07-22 13:15:11 +0300
committerGitHub <noreply@github.com>2020-07-22 13:15:11 +0300
commit0cee949b9090ced852ec1485831291c12881a309 (patch)
tree03d8b57553e2187ca99c5151dbf0665393d3c4dc /.editorconfig
parentfd1cff8c26edbb7f0a59a52d12127a995c9ebd4d (diff)
CI Integration for Cross OS DAC (#39574)
* Transfer assets from Cross OS DAC builds into a pipeline container * Preserve additional properties in subsets' projects * Add packaging projects for Cross OS Dac assets * Pipeline change to package, sign, and publish the cross OS DAC
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index e8c010f6a2e..9d03bd30636 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -184,6 +184,10 @@ indent_size = 2
[*.{props,targets,config,nuspec}]
indent_size = 2
+# YAML config files
+[*.{yml,yaml}]
+indent_size = 2
+
# Shell scripts
[*.sh]
end_of_line = lf