Skip to content

Instantly share code, notes, and snippets.

@necrogami
Created July 22, 2015 18:45
Show Gist options
  • Save necrogami/47ddb4e7588948ae13f8 to your computer and use it in GitHub Desktop.
Save necrogami/47ddb4e7588948ae13f8 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": false,
"atomic_save": false,
"auto_close_tags": false,
"auto_complete_selector": "source",
"color_scheme": "Packages/Devastate/Devastate.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": false,
"draw_minimap_border": true,
"enable_telemetry": false,
"file_exclude_patterns":
[
"*.min.*",
"*.log",
".DS_Store"
],
"find_selected_text": true,
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"GitGutter",
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_top": 1,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"rulers":
[
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_panel_on_build": false,
"theme": "Devastate.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment