Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created June 9, 2015 18:07
Show Gist options
  • Save xemoe/02e83412762036d0c720 to your computer and use it in GitHub Desktop.
Save xemoe/02e83412762036d0c720 to your computer and use it in GitHub Desktop.
My sublime text 3 user config
{
"bold_folder_labels": true,
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
"draw_minimap_border": true,
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment