Skip to content

Instantly share code, notes, and snippets.

@jsdario
Last active September 20, 2018 14:20
Show Gist options
  • Save jsdario/59d83c5e35b8d7ebe884ef942f0b6e02 to your computer and use it in GitHub Desktop.
Save jsdario/59d83c5e35b8d7ebe884ef942f0b6e02 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"color_scheme": "Packages/Naomi/Candyman.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
".gradle",
".git",
"lcov-report",
"build/intermediates",
"build/outputs",
"*.framework",
"*.noindex",
".cache/nyc",
".nyc_output",
".idea",
"coverage"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"hot_exit": false,
"rulers": [80],
"remember_open_files": false,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment