Skip to content

Instantly share code, notes, and snippets.

@jeffjohnson9046
Created January 19, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffjohnson9046/de3a7e4e849b0087287f to your computer and use it in GitHub Desktop.
Save jeffjohnson9046/de3a7e4e849b0087287f to your computer and use it in GitHub Desktop.
My preferences file for the Sublime Text editor.
{
"caret_style": "phase",
"color_scheme": "Packages/Base16 Color Schemes/base16-default.dark.tmTheme",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_small": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true,
"phoenix_tabs_small": true,
"rulers":
[
120
],
"theme": "Phoenix Dark.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