Skip to content

Instantly share code, notes, and snippets.

@gnomex
Last active December 21, 2015 20:29
Show Gist options
  • Save gnomex/6361594 to your computer and use it in GitHub Desktop.
Save gnomex/6361594 to your computer and use it in GitHub Desktop.
My sublime-text user configs
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"theme": "Soda Light 3.sublime-theme",
"soda_classic_tabs": true,
"soda_folder_icons": true
}
@gnomex
Copy link
Author

gnomex commented Sep 16, 2015

{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Seti_UI/Scheme/Seti_orig.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Color Highlighter",
"JavaScriptNext - ES6 Syntax",
"Vintage"
],
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Seti_orig.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment