Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active December 18, 2015 15:18
Show Gist options
  • Save phlco/5802959 to your computer and use it in GitHub Desktop.
Save phlco/5802959 to your computer and use it in GitHub Desktop.
sublime user preferences
// install package control
// http://wbond.net/sublime_packages/package_control/installation
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
// https://github.com/buymeasoda/soda-theme/
// "theme": "Soda Light.sublime-theme",
"highlight_line": true,
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"highlight_active_indent_guide": true,
"tab_size": 2,
// http://sourceforge.net/projects/sourcecodepro.adobe/
// "font_face": "Source Code Pro Light",
"font_size": 13,
"caret_style": "phase",
"default_line_ending": "LF",
"detect_indentation": true,
"line_padding_bottom": 1,
"line_padding_top": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment