Skip to content

Instantly share code, notes, and snippets.

@Joaquin6
Created June 8, 2017 14:01
Show Gist options
  • Select an option

  • Save Joaquin6/fe2ca5980e94175b2f52df5c2980f423 to your computer and use it in GitHub Desktop.

Select an option

Save Joaquin6/fe2ca5980e94175b2f52df5c2980f423 to your computer and use it in GitHub Desktop.
Personal Favorite Sublime Text User Settings
{
"PersistentRegexHighlight":
{
"enabled": true
},
"atomic_save": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Ksix (SL).tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"install_prereleases":
[
"Web Inspector"
],
"remember_full_screen": true,
"remember_open_files": true,
"scroll_past_end": true,
"show_definitions": false,
"spell_check": true,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment