Last active
September 23, 2015 01:55
-
-
Save scarnago/a355a98d23472e909e06 to your computer and use it in GitHub Desktop.
My User Settings for Sublime Text 3
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
{ | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"draw_shadows": 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", | |
"*.vcxproj", | |
"*.vcxproj.filters", | |
"*.sln", | |
"*.opensdf", | |
"*.csproj" | |
], | |
"font_face": "Menlo", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_numbers": true, | |
"overlay_scroll_bars": "enabled", | |
"show_full_path": true, | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_into_spaces": true, | |
"translate_tabs_to_spaces": true, | |
"use_simple_full_screen": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment