Last active
May 7, 2018 05:47
-
-
Save avidmaulanas/86c0a3b1752377fda5fd234a8cdfdc0e to your computer and use it in GitHub Desktop.
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
| { | |
| "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
| "file_exclude_patterns": | |
| [ | |
| "*.sql", | |
| "*.log", | |
| "*.pyc", | |
| "*.pyo", | |
| "*.exe", | |
| "*.dll", | |
| "*.obj", | |
| "*.o", | |
| "*.a", | |
| "*.lib", | |
| "*.so", | |
| "*.dylib", | |
| "*.ncb", | |
| "*.sdf", | |
| "*.suo", | |
| "*.pdb", | |
| "*.idb", | |
| ".DS_Store", | |
| "*.class", | |
| "*.psd", | |
| "*.db", | |
| "*.sublime-workspace" | |
| ], | |
| "font_size": 10, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "tab_size": 2, | |
| "theme": "Spacegray Eighties.sublime-theme", | |
| "trim_trailing_white_space_on_save": true, | |
| "highlight_modified_tabs": true, | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "detect_indentation": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment