Skip to content

Instantly share code, notes, and snippets.

@spacelatte
Created May 2, 2018 17:32
Show Gist options
  • Save spacelatte/084ae101edc04b367cd9dd6fdb2c6e81 to your computer and use it in GitHub Desktop.
Save spacelatte/084ae101edc04b367cd9dd6fdb2c6e81 to your computer and use it in GitHub Desktop.
{
"always_prompt_for_file_reload": false,
"always_show_minimap_viewport": true,
"caret_extra_bottom": 0,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/User/Mariana (SublimePythonIDE).tmTheme",
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 12,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages": [
"Arduino-like IDE",
"Cscope",
"JavaScript & NodeJS Snippets",
"JavaScript Completions",
"JavaScriptFunctionDefinition",
"SublimePythonIDE",
"Theme - Brogrammer",
"Theme - Elementary",
"Vintage"
],
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"remember_full_screen": true,
"remember_open_files": false,
"rulers": [
80,
100,
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_line_endings": true,
"theme": "Adaptive.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment