Skip to content

Instantly share code, notes, and snippets.

@glocore
Created June 25, 2017 02:40
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 glocore/7cfeb0fbd38de891883506cbc32d79b8 to your computer and use it in GitHub Desktop.
Save glocore/7cfeb0fbd38de891883506cbc32d79b8 to your computer and use it in GitHub Desktop.
My Sublime 3 Settings
{
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Oceanic Color Scheme/Themes/Oceanic - Eighties.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"remember_full_screen": true,
"rulers":
[
80,
100,
120
],
"tab_size": 2,
"theme": "Broceanic.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment