Skip to content

Instantly share code, notes, and snippets.

@ryangraham
Created August 1, 2016 22:39
Show Gist options
  • Save ryangraham/44b341cb8a35fea0dc26fc92395b63e8 to your computer and use it in GitHub Desktop.
Save ryangraham/44b341cb8a35fea0dc26fc92395b63e8 to your computer and use it in GitHub Desktop.
sublime 3 user settings
{
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns": "public/assets/source_maps",
"font_size": 20,
"ignored_packages":
[
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment