Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created December 19, 2017 13:09
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 uhtred/85ae9aac0a1cb5b1c64b6ffecfa7e1d9 to your computer and use it in GitHub Desktop.
Save uhtred/85ae9aac0a1cb5b1c64b6ffecfa7e1d9 to your computer and use it in GitHub Desktop.
Sublime prefs
// The number of spaces a tab is considered equal to
"tab_size": 4,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Additional spacing at the top of each line, in pixels
"line_padding_top": 1,
// Additional spacing at the bottom of each line, in pixels
"line_padding_bottom": 1,
"trim_trailing_white_space_on_save": true,
"highlight_line": true,
"fade_fold_buttons": false,
"bold_folder_labels": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment