aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-02-18 13:11:06 -0500
committerGitHub <noreply@github.com>2019-02-18 13:11:06 -0500
commiteab35890dcbe15c329a6322cc9124a8de566e358 (patch)
tree4912b3d9bcb78a50a2f376c4426952852446cd39 /.editorconfig
parent13f2783a8e59a2f60616b84ae2a23a7842c17240 (diff)
parent3f878d63a5ffd878cf37c3086a2a4a7b3bd8a891 (diff)
Merge pull request #862 from EraYaN/abi-check-drone
Add dotnet-compat ABI testing and Debug configuration building to drone-CI
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 21f27df13..dc9aaa3ed 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,10 @@ insert_final_newline = true
end_of_line = lf
max_line_length = null
+# YAML indentation
+[*.{yml,yaml}]
+indent_size = 2
+
# XML indentation
[*.{csproj,xml}]
indent_size = 2