Skip to content

Instantly share code, notes, and snippets.

@amaslenn
Last active July 12, 2016 06:25
Show Gist options
  • Save amaslenn/3a36d7891140c950d06e to your computer and use it in GitHub Desktop.
Save amaslenn/3a36d7891140c950d06e to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"default_line_ending": "unix",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_speed": 0.5,
"show_encoding": true,
"show_line_endings": 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