revert ensure_ascii default

This commit is contained in:
TheSecEng 2021-05-26 13:42:41 -07:00
parent 8d86d63169
commit 6cffc27ce5
No known key found for this signature in database
GPG Key ID: 4D98046FE19FF417
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"use_entire_file_if_no_selection": true,
"indent": 4,
"sort_keys": false,
"ensure_ascii": true,
"ensure_ascii": false,
"line_separator": ",",
"value_separator": ": ",
"keep_arrays_single_line": false,