Skip to content

Instantly share code, notes, and snippets.

@Ry0
Created February 1, 2017 06:46
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 Ry0/d7977a8a6a419f355f2f7f6debdfa809 to your computer and use it in GitHub Desktop.
Save Ry0/d7977a8a6a419f355f2f7f6debdfa809 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"draw_white_space": "all",
"font_face": "Ricty",
"font_size": 13,
"highlight_line": true,
"line_padding_top": 4,
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment