Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit f7fdec0

Browse files
committed
Cfg for json files
Signed-off-by: fabiojose <fabiojose@gmail.com>
1 parent a53b2f7 commit f7fdec0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ trim_trailing_whitespace = true
2323
indent_style = space
2424
indent_size = 2
2525
charset = utf-8
26+
27+
[*.json]
28+
end_of_line = lf
29+
insert_final_newline = true
30+
trim_trailing_whitespace = true
31+
indent_style = space
32+
indent_size = 2
33+
charset = utf-8

0 commit comments

Comments
 (0)