Skip to content

Instantly share code, notes, and snippets.

@MMachado-uy
Last active May 29, 2018 14:48
Show Gist options
  • Save MMachado-uy/16013da5f9443b70f7c97f693abbbc0c to your computer and use it in GitHub Desktop.
Save MMachado-uy/16013da5f9443b70f7c97f693abbbc0c to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80,
120
],
"show_encoding": true,
"show_line_endings": true,
"theme": "Adaptive.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment