Skip to content

Instantly share code, notes, and snippets.

@yairEO
Created November 14, 2013 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yairEO/7468471 to your computer and use it in GitHub Desktop.
Save yairEO/7468471 to your computer and use it in GitHub Desktop.
Sublime3 user settings
{
"highlight_modified_tabs": true,
"highlight_line": true,
"caret_style": "phase",
"wide_caret": true,
"fade_fold_buttons": false,
"bold_folder_labels": true,
"ignored_packages":
[
"Vintage"
],
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns":
[
".scssc"
],
"find_selected_text": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment