Skip to content

Commit

Permalink
prettify custom setting json (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
knyhle authored and shanalikhan committed Apr 1, 2019
1 parent 75ceddd commit d96bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default class Commons {
delete json.ignoreUploadSettings;
await FileService.WriteFile(
this.en.FILE_CUSTOMIZEDSETTINGS,
JSON.stringify(json)
JSON.stringify(json, null, 4)
);
return true;
} catch (e) {
Expand Down

0 comments on commit d96bb51

Please sign in to comment.