Skip to content

Instantly share code, notes, and snippets.

@MrSaints
Created July 30, 2014 13:54
Show Gist options
  • Save MrSaints/2817dfafaacc945bfdf0 to your computer and use it in GitHub Desktop.
Save MrSaints/2817dfafaacc945bfdf0 to your computer and use it in GitHub Desktop.
Personal settings for Sublime Text Editor (3).
{
"installed_packages":
[
"AutoFileName",
"Base16 Color Schemes",
"Better CoffeeScript",
"Emmet",
"Gutter Color",
"HTML Mustache",
"JSHint Gutter",
"Sass",
"SideBarEnhancements",
"Theme - Soda",
"Theme - Spacegray"
]
}
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"soda_folder_icons": true,
"theme": "Spacegray.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment