We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1167f27 commit e45f531Copy full SHA for e45f531
src/formats/json.js
@@ -4,6 +4,6 @@ export default {
4
},
5
6
toFile(data) {
7
- return JSON.stringify(data);
+ return JSON.stringify(data, null, 2);
8
}
9
0 commit comments