Skip to content

Commit 0e637dc

Browse files
author
Travis CI User
committed
Merge branch 'release/4.0.0' into main
2 parents 86a3371 + 242bc6c commit 0e637dc

File tree

127 files changed

+5209
-7953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+5209
-7953
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# editorconfig.org
22
root = true
33

4-
[*.js]
4+
[*]
55
indent_style = space
66
indent_size = 4
77
end_of_line = lf
88
charset = utf-8
9+
max_length = 120
910
trim_trailing_whitespace = true
1011
insert_final_newline = true
12+
13+
[*.{json, yml, html, hbs}]
14+
indent_size = 2

0 commit comments

Comments
 (0)