Created
September 2, 2014 02:31
-
-
Save jonschlinkert/4331bfa82f2e8afeed0e 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
{ | |
"bold_folder_labels": false, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"draw_indent_guides": true, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": false, | |
"file_exclude_patterns": [ | |
"*.DS_store", | |
"*.eot", | |
"*.gem", | |
"*.gif", | |
"*.gz", | |
"*.jar", | |
"*.jpeg", | |
"*.jpg", | |
"*.log", | |
"*.pdf", | |
"*.png", | |
"*.psd", | |
"*.sassc", | |
"*.scssc", | |
"*.svg", | |
"*.ttf", | |
"*.woff", | |
"*.xap", | |
"*.zip" | |
], | |
"folder_exclude_patterns": [ | |
".sass-cache", | |
".git", | |
".hg" | |
], | |
"font_size": 13, | |
"highlight_modified_tabs": true, | |
"ignored_packages": [ | |
"LESS", | |
"PyV8", | |
"Vintage" | |
], | |
"indent_guide_options": [ | |
"draw_normal" | |
], | |
"index_exclude_patterns": [ | |
"node_modules" | |
], | |
"index_files": false, | |
"save_on_focus_lost": false, | |
"shift_tab_unindent": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"soda_classic_tabs": false, | |
"spell_check": false, | |
"tab_completion": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment