Skip to content

Instantly share code, notes, and snippets.

@jaimeeee
Created January 30, 2017 10:32
Show Gist options
  • Save jaimeeee/bb17b7320d58aacaf1ae838635a8bd01 to your computer and use it in GitHub Desktop.
Save jaimeeee/bb17b7320d58aacaf1ae838635a8bd01 to your computer and use it in GitHub Desktop.
{
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"create_window_at_startup": false,
"enable_tab_scrolling": false,
"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",
".codekit-cache",
"config.codekit3",
".sass-cache"
],
"font_face": "SFMono-Regular",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"itg_sidebar_tree_large": true,
"itg_small_tabs": true,
"rulers":
[
120
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "itg.flat.dark.green.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment