Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Created April 1, 2015 17:35
Show Gist options
  • Save tonylegrone/2b3e25ba2911d5538948 to your computer and use it in GitHub Desktop.
Save tonylegrone/2b3e25ba2911d5538948 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-flat.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.komodo*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Sauce Code Powerline ExtraLight",
"font_options":
[
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"index_exclude_patterns":
[
"*.log",
"sites/*/files/",
"sites/*/private/"
],
"itg_small_tabs": true,
"margin": 0,
"rulers":
[
80
],
"scroll_past_end": true,
"search_in_project_engine": "the_silver_searcher",
"show_full_path": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "itg.flat.dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": true,
"vintageous_reset_mode_when_switching_tabs": false,
"vintageous_use_ctrl_keys": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment