Browse Source

Add missing yml rule in .editorconfig

Yaml (yml) files have to be indented by spaces.
pull/1539/head
Ash258 7 years ago committed by GitHub
parent
commit
9044a70330
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
insert_final_newline = true
indent_style = tab
tab_width = 2
[*{yml,yaml}]
indent_style = space
indent_size = 2

Loading…
Cancel
Save