Browse Source

Merge pull request #1539 from Ash258/patch-1

Add missing yml rule in .editorconfig
pull/1617/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
d6d5420a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .editorconfig

5
.editorconfig

@ -8,3 +8,8 @@ root = true
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
indent_style = tab indent_style = tab
tab_width = 2
[*{yml,yaml}]
indent_style = space
indent_size = 2

Loading…
Cancel
Save