Skip to content

Instantly share code, notes, and snippets.

@NorthIsUp
Created May 28, 2012 18:25
Show Gist options
  • Save NorthIsUp/2820449 to your computer and use it in GitHub Desktop.
Save NorthIsUp/2820449 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 0,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
}
],
"auto_complete_with_fields": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "menlo",
"font_options":
[
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"Groovy",
"LaTeX",
"ASP",
"D",
"Scala",
"Lisp",
"OCaml",
"Graphviz",
"C#",
"TCL",
"Haskell",
"Lua",
"Go",
"R"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": 4,
"move_to_limit_on_up_down": 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,
"rulers":
[
80,
160
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"spell_check": true,
"tab_completion": false,
"theme": "Soda Dark.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