Last active
October 15, 2015 21:02
-
-
Save cocolee/50b021e032010d7efee0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// User Settings | |
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_minimap_border": false, | |
"font_face": "Anonymous Pro", | |
"font_size": 14, | |
"font_options": | |
[ | |
"no_bold", | |
"subpixel_antialias" | |
], | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
//"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"overlay_scroll_bars": "enabled", | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"tab_size": 3, | |
"theme": "Material-Theme.sublime-theme", | |
"word_wrap": "true", | |
"wide_caret": true, | |
"wrap_width": 100 | |
} | |
// Package Control Settings | |
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Alignment", | |
"All Autocomplete", | |
"AngularJS Snippets", | |
"BracketHighlighter", | |
"Can I Use", | |
"CoffeeComplete Plus (Autocompletion)", | |
"Color Highlighter", | |
"Comment-Snippets", | |
"CSS Extended Completions", | |
"DocBlockr", | |
"Emmet", | |
"Grunt", | |
"JavaScript Snippets", | |
"jQuery Snippets pack", | |
"JsFormat", | |
"LESS", | |
"Package Control", | |
"Sass", | |
"SASS Snippets", | |
"SCSS", | |
"SCSS Snippets", | |
"SideBarEnhancements", | |
"Sublimall", | |
"SublimeCodeIntel", | |
"Syntax Highlighting for Sass", | |
"Terminal", | |
"WordPress" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment