Skip to content

Instantly share code, notes, and snippets.

@avidmaulanas
Last active May 7, 2018 05:47
Show Gist options
  • Save avidmaulanas/86c0a3b1752377fda5fd234a8cdfdc0e to your computer and use it in GitHub Desktop.
Save avidmaulanas/86c0a3b1752377fda5fd234a8cdfdc0e to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"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