Created
February 22, 2013 16:31
-
-
Save mrnovalles/5014670 to your computer and use it in GitHub Desktop.
User Preferences .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
{ | |
"auto_complete_commit_on_tab": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Tomorrow-Theme/Tomorrow-Night.tmTheme", | |
"default_line_ending": "unix", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
".tags*", | |
"*.pyc", | |
"*.beam", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.log", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.pdf" | |
], | |
"folder_exclude_patterns": | |
[ | |
".eunit", | |
".svn", | |
".git", | |
".hg", | |
".*", | |
"CVS" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 20.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SublimeHighlight", | |
"SublimeLinter" | |
], | |
"line_padding_bottom": 0.5, | |
"line_padding_top": 0.5, | |
"new_window_settings": | |
{ | |
"show_minimap": false | |
}, | |
"rulers": | |
[ | |
72, | |
81 | |
], | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment