I'm trying to edit the Sublime Text 3 user preferences (Preferences > Settings) to get it to show all formatting characters (including whitespace). I believe the line
"draw_white_space": "selection"
has to be changed to
"draw_white_space": "all"
but I cannot edit the JSON file. I'm running Ubuntu 16.04 LTS.