Skip to content

Instantly share code, notes, and snippets.

@aaronhalford
Created May 3, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronhalford/dec2d0ee188182d806fd to your computer and use it in GitHub Desktop.
Save aaronhalford/dec2d0ee188182d806fd to your computer and use it in GitHub Desktop.
Config - Sublime Text 3
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".git",
".bundle",
".sass-cache",
"tmp"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
# Installed Sublime Text 3 Packages
* Package Control
* Alignment
* Base16 Color Schemes
* BracketHighlighter
* Emmet
* FileDiffs
* Git
* GitGutter
* MarkdownEditing
* Modific
* SidebarEnhancements
* SublimeCodeIntel
* SublimeLinter
* Theme - Spacegray
* WordCount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment