Skip to content

Instantly share code, notes, and snippets.

@diestrin
Last active December 20, 2015 07:29
Show Gist options
  • Save diestrin/6093470 to your computer and use it in GitHub Desktop.
Save diestrin/6093470 to your computer and use it in GitHub Desktop.
Sublime Text Personal Configuration
{
"auto_indent": true,
"bold_folder_labels": false,
"caret_extra_width": 2,
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "Source Code Pro",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter",
"AutoFileName",
"Vintage"
],
"mouse_wheel_switches_tabs": true,
"overlay_scroll_bars": false,
"rulers":
[
80,
100,
150
],
"show_tab_close_buttons": false,
"spell_check": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment