Skip to content

Instantly share code, notes, and snippets.

@jlnwlf
Last active December 30, 2015 08:19
Show Gist options
  • Save jlnwlf/7802107 to your computer and use it in GitHub Desktop.
Save jlnwlf/7802107 to your computer and use it in GitHub Desktop.
My SublimeText user preferences for best user experience on Windows with 1920x1080 screen resolution.
{
"ensure_newline_at_eof_on_save": true,
"color_scheme": "Packages/Color Scheme - Default/Amy.tmTheme",
"font_face": "Inconsolata",
"font_size": 14.0,
"gutter": true,
"hot_exit": false,
"remember_open_files": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"caret_style": "phase",
"find_selected_text": false,
"show_tab_close_buttons": false,
"margin": 0,
"spell_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment