Skip to content

Instantly share code, notes, and snippets.

@code26
Last active August 29, 2015 14:25
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 code26/0954b1f7ca27543b23f7 to your computer and use it in GitHub Desktop.
Save code26/0954b1f7ca27543b23f7 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 1,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"draw_indent_guides": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".sass-cache",
".git",
".hg",
"CVS",
"site",
".bin",
"node_modules"
],
"font_face": "Inconsolata",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_exclude_patterns":
[
"*.log",
".git"
],
"index_files": false,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_angle": false,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"new_window_settings":
{
"hide_open_files": true,
"show_minimap": true,
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true
},
"remember_open_files": true,
"remember_open_folders": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_encoding": true,
"smart_indent": true,
"status_bar_brighter": true,
"sublimelinter": false,
"tab_size": 2,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment