Skip to content

Instantly share code, notes, and snippets.

@aypn0s
Created August 29, 2017 21:55
Show Gist options
  • Select an option

  • Save aypn0s/052dd8fe81f5035ec79af7800d7caa5a to your computer and use it in GitHub Desktop.

Select an option

Save aypn0s/052dd8fe81f5035ec79af7800d7caa5a to your computer and use it in GitHub Desktop.
Sublime config
{
"caret_extra_width": 1,
"drag_text": false,
"font_face": "Menlo",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
100
],
"scroll_past_end": true,
"show_full_path": true,
"show_navigation_bar": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment