Created
May 19, 2015 21:44
-
-
Save iheanyi/04fd18123d04e26db654 to your computer and use it in GitHub Desktop.
Sublime Config
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
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 2, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme", | |
"draw_white_space": "all", | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"*.pid", | |
"*.pyc" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
"tmp" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 10, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Django Manage Commands", | |
"BracketHighlighter", | |
"JSLint", | |
"Vintage", | |
"Django-Tools", | |
"Pylinter", | |
"Nodejs", | |
"Tag", | |
"Anaconda", | |
"Modific" | |
], | |
"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, | |
"rulers": | |
[ | |
72, | |
79 | |
], | |
"show_full_path": true, | |
"show_minimap": false, | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment