Skip to content

Instantly share code, notes, and snippets.

@mbie
Last active March 1, 2017 14:16
Show Gist options
  • Select an option

  • Save mbie/8438808 to your computer and use it in GitHub Desktop.

Select an option

Save mbie/8438808 to your computer and use it in GitHub Desktop.
Sublime 3 user settings
{
"bold_folder_labels": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"atomic_save": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment