Skip to content

Instantly share code, notes, and snippets.

@samnydahl
Created August 4, 2016 12:31
Show Gist options
  • Save samnydahl/397185d7a2adb645134e2ae0c618d5bd to your computer and use it in GitHub Desktop.
Save samnydahl/397185d7a2adb645134e2ae0c618d5bd to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/themes/Lean.tmTheme",
"drag_text": 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",
".gitattributes",
".gitkeep",
".bowerrc",
".editorconfig",
"Capfile",
"artisan",
"server.php",
"_ide_helper.php"
],
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
".capistrano",
"08_07",
"node_modules",
"vendor",
],
"font_face": "Inconsolata",
"font_options":
[
"gray_antialias"
],
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"GitGutter",
"Markdown",
"RestructuredText",
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"public/",
"vendor/",
"bower/",
"node_modules"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"on_pre_save_user":
[
{
"args":
{
"set_translate_tabs": true
},
"command": "expand_tabs"
}
],
"shift_tab_unindent": true,
"show_panel_on_build": false,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment