Skip to content

Instantly share code, notes, and snippets.

@rgomezcasas
Last active October 14, 2015 02:18
Show Gist options
  • Save rgomezcasas/4292449 to your computer and use it in GitHub Desktop.
Save rgomezcasas/4292449 to your computer and use it in GitHub Desktop.
My Sublime Text Configuration File
{
"aprosopo_active_bar": true,
"aprosopo_dark_dirty_red": true,
"aprosopo_dark_green": true,
"aprosopo_dirty_bar": true,
"aprosopo_dirty_button": true,
"aprosopo_hide_folder_expand_icon": false,
"aprosopo_hide_open_file_icons": false,
"aprosopo_no_file_icons": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Aprosopo/Tomorrow-Night-Eighties-Stormy.tmTheme",
"detect_slow_plugins": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".git",
".vagrant"
],
"font_face": "Inconsolata",
"font_options":
[
"subpixel_antialias",
"directwrite",
"gray_antialias",
"gdi"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter-jshint",
"BracketHighlighter",
"Vintage",
"SublimeLinter"
],
"line_padding_bottom": 7,
"line_padding_top": 7,
"rulers":
[
80,
120
],
"tab_size": 4,
"theme": "Aprosopo [email protected]",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment