Add YAML code style to .editorconfig

master
Graham 4 years ago
parent 20b56754f6
commit 52b4b34c7a
  1. 2
      .editorconfig

@ -7,6 +7,6 @@ trim_trailing_whitespace = true
max_line_length = 120
indent_style = tab
[*.xml]
[*.{xml,yaml,yml}]
indent_style = space
indent_size = 2

Loading…
Cancel
Save