Created
January 19, 2015 18:36
-
-
Save jeffjohnson9046/de3a7e4e849b0087287f to your computer and use it in GitHub Desktop.
My preferences file for the Sublime Text editor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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