Skip to content

Commit

Permalink
Merge branch 'release/4.0.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 22, 2021
2 parents 86a3371 + 242bc6c commit 0e637dc
Show file tree
Hide file tree
Showing 127 changed files with 5,209 additions and 7,953 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# editorconfig.org
root = true

[*.js]
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
max_length = 120
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json, yml, html, hbs}]
indent_size = 2

0 comments on commit 0e637dc

Please sign in to comment.