Browse Source

Add explicit editorconfig block for yaml

pull/2032/head
Gabe Kangas 3 years ago
parent
commit
e7d078fbdb
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 4
      .editorconfig
  2. 8
      web/.editorconfig

4
.editorconfig

@ -14,3 +14,7 @@ quote_type = single @@ -14,3 +14,7 @@ quote_type = single
curly_bracket_next_line = true
spaces_around_operators = true
spaces_around_brackets = true
[*.yml,*.yaml]
indent_style = space
indent_size = 2

8
web/.editorconfig

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
Loading…
Cancel
Save