Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vistajess/0deb0558af312aa707394e00e62ded40 to your computer and use it in GitHub Desktop.
Save vistajess/0deb0558af312aa707394e00e62ded40 to your computer and use it in GitHub Desktop.
Sublime User settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"rulers":
[
80,
100,
120
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment