Skip to content

Instantly share code, notes, and snippets.

@wesruv
Last active June 24, 2016 03:29
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 wesruv/ac01e661d9f142d6de5ac70dc9c3ed06 to your computer and use it in GitHub Desktop.
Save wesruv/ac01e661d9f142d6de5ac70dc9c3ed06 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"node_modules"
],
"font_size": 15,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"ESLint",
"Markdown",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"remember_open_files": false,
"rulers":
[
80
],
"show_line_endings": true,
"sidebar_font_big": true,
"sidebar_large": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"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