Last active
August 29, 2015 14:03
-
-
Save RaphaelDDL/ef78d761285e356c31d7 to your computer and use it in GitHub Desktop.
RaphaelDDL's Preferences.sublime-settings
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
Show hidden characters
{ | |
"atomic_save": false, | |
"auto_complete_commit_on_tab": false, | |
"auto_complete_with_fields": true, | |
"bold_folder_labels": false, | |
"caret_extra_width": 1, | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"detect_slow_plugins": false, | |
"disable_tab_abbreviations_on_auto_complete": false, | |
"ensure_newline_at_eof_on_save": true, | |
"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", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache", | |
".metadata", | |
"target", | |
"MacysUI/macysJS/templates", | |
"codecollab", | |
"node_modules" | |
], | |
"font_options": | |
[ | |
"no_bold", | |
"subpixel_antialias" | |
], | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"BufferScroll", | |
"TernJS", | |
"Markdown", | |
"CDuke-sublime-tfs" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"overlay_scroll_bars": "disabled", | |
"piatto_folder_icons": true, | |
"shift_tab_unindent": true, | |
"show_full_path": true, | |
"show_tab_close_buttons": true, | |
"stupid_indent": | |
[ | |
{ | |
"patterns": | |
[ | |
"*.*", | |
"*" | |
], | |
"tab_size": 4, | |
"translate_tabs_to_spaces": false | |
} | |
], | |
"tab_size": 4, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment