Skip to content

Instantly share code, notes, and snippets.

@azam
Created November 22, 2015 19:54
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 azam/4fbaa513e9cdb50f8508 to your computer and use it in GitHub Desktop.
Save azam/4fbaa513e9cdb50f8508 to your computer and use it in GitHub Desktop.
Azam's Sublime Text 3 User Settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"draw_white_space": "all",
"rulers": [80],
"font_face": "Ricty Diminished", // https://github.com/yascentur/RictyDiminished
"font_size": 11,
"font_options": ["directwrite"],
"line_padding_top": 0,
"line_padding_bottom": 0,
"highlight_line": true,
"fade_fold_buttons": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment