Forked from robhawkes/Package Controls.sublime-settings
Created
March 3, 2014 09:52
-
-
Save kahlil/9321693 to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
{ | |
"installed_packages": | |
[ | |
"Alignment", | |
"Base16 Color Schemes", | |
"ColorPicker", | |
"GitGutter", | |
"HTML-CSS-JS Prettify", | |
"InactivePanes", | |
"MaxPane", | |
"Monokai Extended", | |
"Pane Resizer", | |
"Pretty JSON", | |
"SideBarEnhancements", | |
"SublimeCodeIntel", | |
"SublimeLinter", | |
"SublimeLinter-annotations", | |
"SublimeLinter-jshint", | |
"Syntax Highlighting for Sass", | |
"Theme - Soda", | |
"Theme - Spacegray" | |
] | |
} |
This file contains 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
{ | |
"auto_indent": true, | |
"auto_match_enabled": true, | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme", | |
"draw_minimap_border": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": [ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.sassc", | |
"*.scssc", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-project", | |
"*.sublime-workspace", | |
"*.htaccess", | |
"*.gem", | |
"*.gz", | |
"*.jar", | |
"*.log", | |
"*.psd", | |
"*.xap", | |
"*.zip" | |
], | |
"folder_exclude_patterns": [ | |
".svn", | |
".git", | |
".hg", | |
".sass-cache", | |
".bin" | |
], | |
"font_face": "Source Code Pro Light", | |
"font_size": 13, | |
"gutter": true, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_subsequent_lines": true, | |
"indent_to_bracket": true, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"rulers": [80], | |
"show_tab_close_buttons": true, | |
"smart_indent": true, | |
"spell_check": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?-", | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment