Skip to content

Instantly share code, notes, and snippets.

@falldowngoboone
Last active July 9, 2017 17:08
Show Gist options
  • Save falldowngoboone/a94a31eec5a0b5d91fb335049a45a4cf to your computer and use it in GitHub Desktop.
Save falldowngoboone/a94a31eec5a0b5d91fb335049a45a4cf to your computer and use it in GitHub Desktop.
Personal Sublime Text 3 User Settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"detect_indentation": true,
"fade_fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "Oceanic Next.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": true,
"wrap_width": 120
}
@falldowngoboone
Copy link
Author

This assumes Oceanic Next package is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment