Error opening sublimetext2 -


when open sublimetext2 following 2 messages:

error trying parse settings:

no data in ~/library/application support/sublime text 2/packages/user/json.sublime-settings:1:1

error trying parse settings:

expected value in ~/library/application support/sublime text 2/packages/user/sftp.sublime-settings:1:1

the json file not exist, while sftp does. how create file, or can find it? saw similar question on here, had file in question, not.

appreciate help.

add code sublime text > preferences > settings - more > syntax specific - user

{ "draw_centered": true, // centers column in window "draw_indent_guides": false, "font_size": 12, "trim_trailing_white_space_on_save": false, "word_wrap": true, "wrap_width": 80  // sets # of characters per line } 

thanks - if possible set values according it.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -