Skip to content

Commit 942f91e

Browse files
committed
Update .gitattributes and .editorconfig
1 parent 0a8950e commit 942f91e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ 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

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*.js text eol=lf
66

77
# JSON files always have LF line endings
8-
*.json text eol=lf
8+
*.json text eol=lf

0 commit comments

Comments
 (0)