about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-01-09 17:49:24 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-01-10 04:34:56 +0900
commit9a008e293e369d3ba87fdd27637ff909453bf8d9 (patch)
treea6390d3a994bf17f675ea67e3801e8e9c04d589b
parentac795a6f3aaaaa4d39afda0845e24891ca892126 (diff)
downloadrust-9a008e293e369d3ba87fdd27637ff909453bf8d9.tar.gz
rust-9a008e293e369d3ba87fdd27637ff909453bf8d9.zip
Prefer 2 spaces as indent size over 4 on yaml
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 3a8d3f7d8a6..a13173544d8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,3 +14,6 @@ indent_size = 4
 
 [*.md]
 trim_trailing_whitespace = false
+
+[*.yml]
+indent_size = 2