summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAhson Khan <ahkha@microsoft.com>2018-03-16 11:06:01 -0700
committerGitHub <noreply@github.com>2018-03-16 11:06:01 -0700
commit6f2b94e5dac04a7246f20889af3765f202de4fdb (patch)
treef9997c40ab488a5fca70ffa2e7e5911bc29a26b2 /.editorconfig
parented49badc8baf90bca56b2df0b98eb20355d9a998 (diff)
downloadcoreclr-6f2b94e5dac04a7246f20889af3765f202de4fdb.tar.gz
coreclr-6f2b94e5dac04a7246f20889af3765f202de4fdb.tar.bz2
coreclr-6f2b94e5dac04a7246f20889af3765f202de4fdb.zip
Change csharp_indent_labels from flush_left to one_less_than_current (#16983)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 84b6705f5e..0360ba7fae 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -29,7 +29,7 @@ csharp_indent_block_contents = true
csharp_indent_braces = false
csharp_indent_case_contents = true
csharp_indent_switch_labels = true
-csharp_indent_labels = flush_left
+csharp_indent_labels = one_less_than_current
# avoid this. unless absolutely necessary
dotnet_style_qualification_for_field = false:suggestion