From 6cffc27ce5d1cb0a54ba05eddbdea456a76d1160 Mon Sep 17 00:00:00 2001 From: TheSecEng Date: Wed, 26 May 2021 13:42:41 -0700 Subject: [PATCH] revert ensure_ascii default --- Pretty JSON.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pretty JSON.sublime-settings b/Pretty JSON.sublime-settings index bb6c870..efe77e8 100644 --- a/Pretty JSON.sublime-settings +++ b/Pretty JSON.sublime-settings @@ -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,