Skip to content

Instantly share code, notes, and snippets.

@syntaxbliss
Last active June 18, 2019 01:23
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 syntaxbliss/bbd9dd859a6e47b13243df91ba8d4718 to your computer and use it in GitHub Desktop.
Save syntaxbliss/bbd9dd859a6e47b13243df91ba8d4718 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"color_scheme": "Packages/Colorsublime - Themes/Darkside.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"show_encoding": true,
"show_tab_close_buttons": false,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment