Skip to content

Instantly share code, notes, and snippets.

@chadlavi
Last active January 9, 2019 01:50
Show Gist options
  • Select an option

  • Save chadlavi/d4512d7b560305221e7f6918275f8e3b to your computer and use it in GitHub Desktop.

Select an option

Save chadlavi/d4512d7b560305221e7f6918275f8e3b to your computer and use it in GitHub Desktop.
my sublime text prefs
{
"color_scheme": "Packages/Monokai Dark/Monokai Dark.tmTheme",
"drag_text": false,
"font_size": 12,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shell_environment": "/bin/zsh",
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment