Skip to content

Instantly share code, notes, and snippets.

@FranciscoG
Last active June 7, 2016 15:35
Show Gist options
  • Save FranciscoG/8566056 to your computer and use it in GitHub Desktop.
Save FranciscoG/8566056 to your computer and use it in GitHub Desktop.
Sublime Text 3 personal settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_style": "solid",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CSS",
"SublimeLinter-html-tidy",
"SublimeLinter-phplint",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"scroll_past_end": true,
"show_full_path": true,
"show_minimap": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment