Skip to content

Instantly share code, notes, and snippets.

@evancz
Created August 22, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evancz/1eef86cc99632e15a8f4d793bbda3d1f to your computer and use it in GitHub Desktop.
Save evancz/1eef86cc99632e15a8f4d793bbda3d1f to your computer and use it in GitHub Desktop.
my settings for Sublime Text
{
"color_scheme": "Monokai.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"mini_diff": false,
"scroll_past_end": true,
"show_definitions": false,
"show_git_status": false,
"theme": "Adaptive.sublime-theme",
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment