diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-09 17:49:24 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-10 04:34:56 +0900 |
| commit | 9a008e293e369d3ba87fdd27637ff909453bf8d9 (patch) | |
| tree | a6390d3a994bf17f675ea67e3801e8e9c04d589b | |
| parent | ac795a6f3aaaaa4d39afda0845e24891ca892126 (diff) | |
| download | rust-9a008e293e369d3ba87fdd27637ff909453bf8d9.tar.gz rust-9a008e293e369d3ba87fdd27637ff909453bf8d9.zip | |
Prefer 2 spaces as indent size over 4 on yaml
| -rw-r--r-- | .editorconfig | 3 |
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 |
