Skip to content

Commit 3486e56

Browse files
committed
chore(code): be more explicit on config for json files
To avoid changing end line character of translation files
1 parent 7f9e42a commit 3486e56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.editorconfig

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010

11-
[*.json]
11+
[{server,translation}.json]
12+
charset = utf-8
13+
end_of_line = lf
1214
indent_size = 2
15+
indent_style = space
16+
insert_final_newline = true
17+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)