sublimetext3 - Turn off white space highligting -


following in preferences.sublime-settings:

{     "color_scheme": "packages/color scheme - default/idle.tmtheme",     "draw_white_space": "none" } 

why leading white space highlighted in red/maroon? turn off.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -