Browse Source

Update EditorConfig with some explicit settings

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

8
.editorconfig

@ -15,6 +15,12 @@ curly_bracket_next_line = true @@ -15,6 +15,12 @@ curly_bracket_next_line = true
spaces_around_operators = true
spaces_around_brackets = true
[*.yml,*.yaml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{md,mdx}]
trim_trailing_whitespace = false
[*.go]
indent_style = tab

Loading…
Cancel
Save