Skip to content

Commit

Permalink
Bug 1913465 - fix broken .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
globau authored Aug 20, 2024
1 parent effbc5c commit 1af0c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indent_style = space
indent_size = 2

# 2 space indentation for HTML, CSS, JavaScript and YAML files
[.{html,tmpl,css,js,yml}]
[*.{html,tmpl,css,js,yml}]
indent_style = space
indent_size = 2

0 comments on commit 1af0c9c

Please sign in to comment.