diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-10 20:57:31 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-10 20:57:31 +0100 |
| commit | 30ec203effac33896e25f67d9e30ea4ac649cc5c (patch) | |
| tree | a68424f056bb6aff7e7e1e49c09d7c346b1dd488 /.editorconfig | |
| parent | eb4b7051676b7493a57a99a821d5dd38bd9d4919 (diff) | |
Added first test for dotnet-compat ABI testing to drone.
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index b2891188d..5034f364e 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 |
