Created
June 12, 2015 22:35
-
-
Save devonzuegel/5755858ee9d986a5f4b8 to your computer and use it in GitHub Desktop.
Sublime Settings
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
{ | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"draw_centered": true, | |
"extensions": | |
[ | |
"mmd", | |
"md", | |
"md" | |
], | |
"indentation": 4, | |
"line_numbers": true, | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"mde.list_indent_auto_switch_bullet": true, | |
"mde.list_indent_bullets": | |
[ | |
"*", | |
"-", | |
"+" | |
], | |
"mde.match_header_hashes": true, | |
"rulers": | |
[ | |
], | |
"tab_size": 4, | |
"word_wrap": true, | |
"wrap_width": 92, | |
} |
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
{ | |
"bold_folder_labels": false, | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".hg", | |
"CVS" | |
], | |
"font_face": "Inconsolata XL", | |
"font_size": 18, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"indentation": 2, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"minimap": false, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
], | |
"show_full_path": true, | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment