Settings - TwoGears/hakomo-guides GitHub Wiki

Sublime Text Tuning

How

User's settings can be edited from:

Preferences > Settings - User

You can also change the default settings from:

Preferences > Settings - Default

Don't do it! They're going to be overwritten when you update ST.

Examples

Some vital settings that can ease your life:

{
    "bold_folder_labels": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "word_wrap": true,
    "trim_trailing_white_space_on_save": true,    
}

My full settings file here