Skip to content

Instantly share code, notes, and snippets.

@vmrfriz
Last active November 27, 2017 19:57
Show Gist options
  • Save vmrfriz/79338c12251a9aab52a3e5219c75a191 to your computer and use it in GitHub Desktop.
Save vmrfriz/79338c12251a9aab52a3e5219c75a191 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"trim_trailing_white_space_on_save": true,
"indent_to_bracket": true,
"show_encoding": true,
"tab_size": 2,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment