Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active December 23, 2015 17:39
Show Gist options
  • Select an option

  • Save phlco/6670723 to your computer and use it in GitHub Desktop.

Select an option

Save phlco/6670723 to your computer and use it in GitHub Desktop.
sublime_settings
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
// install source code pro fonts
//"font_face": "SourceCodePro-Regular",
"font_size": 13,
"highlight_active_indent_guide": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
// install the soda light theme for this
//"theme": "Soda Light.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