From c92aad27fc4290ae73725685004952145d10da1f Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 12 Feb 2016 14:00:15 -0500 Subject: [PATCH] default encoding for mpw asm --- MPW Asm IIgs.sublime-settings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MPW Asm IIgs.sublime-settings b/MPW Asm IIgs.sublime-settings index 4bfea55..347048e 100644 --- a/MPW Asm IIgs.sublime-settings +++ b/MPW Asm IIgs.sublime-settings @@ -1,4 +1,6 @@ { "tab_size": 8, - "translate_tabs_to_spaces": false + "translate_tabs_to_spaces": false, + "default_encoding": "Western (Mac Roman)", + "fallback_encoding": "Western (Mac Roman)" } \ No newline at end of file