Skip to content

Instantly share code, notes, and snippets.

@FrancoB411
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save FrancoB411/9796723 to your computer and use it in GitHub Desktop.

Select an option

Save FrancoB411/9796723 to your computer and use it in GitHub Desktop.
sublime_text_user_settings
// packages
//-----------------------
// alignment
// ruby-eval
// sublime linter
// origami
// autofilename
// javascript es6 syntax highlighting
// gutter color
// git gutter
// css3 syntax highlighting
// markdown preview
// trailing spaces
// Can I Use
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"font_size": 24.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"ignored_packages": [ "" ],
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"wide_caret": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"save_on_focus_lost": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment